InterviewSolution
Saved Bookmarks
| 1. |
What is the objective of backpropagation algorithm?(a) to develop learning algorithm for multilayer feedforward neural network(b) to develop learning algorithm for single layer feedforward neural network(c) to develop learning algorithm for multilayer feedforward neural network, so that network can be trained to capture the mapping implicitly(d) none of the mentionedThe question was posed to me in an interview for job.This question is from Backpropagation Algorithm in portion Feedforward Neural Networks of Neural Networks |
|
Answer» The correct option is (C) to DEVELOP learning algorithm for MULTILAYER FEEDFORWARD neural network, so that network can be trained to capture the mapping implicitly |
|