0 votes
in Artificial Intelligence by
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

This question was posed to me by my college director while I was bunking the class.

This interesting question is from Neural Networks in division Learning of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Right choice is (c) It is the transmission of error back through the network to allow weights to be adjusted so that the network can learn

For explanation I would say: Back propagation is the transmission of error back through the network to allow weights to be adjusted so that the network can learn.
...