InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThis 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 |
|
Answer» 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. |
|