MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

NEURAL NETWORK

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is back propagation?
A
it is another name given to the curvy function in the perceptron
B
it is the transmission of error back through the network to adjust the inputs
C
it is the transmission of error back through the network to allow weights to be adjusted so that the network can learn.
D
none of the mentioned
Explanation: 

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.

There is 1 question to complete.