APPLICATION OF SUPERVISED LEARNING
NEURAL NETWORK
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
it is another name given to the curvy function in the perceptron
|
|
it is the transmission of error back through the network to adjust the inputs
|
|
it is the transmission of error back through the network to allow weights to be adjusted so that the network can learn.
|
|
none of the mentioned
|
Detailed explanation-1: -Explanation: Back propagation is the transmission of error back through the network to allow weights to be adjusted so that the network can learn.
Detailed explanation-2: -The backpropagation algorithm starts with random weights, and the goal is to adjust them to reduce this error until the ANN learns the training data. Standard backpropagation is a gradient descent algorithm in which the network weights are moved along the negative of the gradient of the performance function.
Detailed explanation-3: -Backpropagation is a process involved in training a neural network. It involves taking the error rate of a forward propagation and feeding this loss backward through the neural network layers to fine-tune the weights. Backpropagation is the essence of neural net training.