InterviewSolution
Saved Bookmarks
| 1. |
What is true regarding adaline learning algorithm(a) uses gradient descent to determine the weight vector that leads to minimal error(b) error is defined as MSE between neurons net input and its desired output(c) this technique allows incremental learning(d) all of the mentionedThis question was addressed to me during an online interview.My doubt stems from Analysis of Feature Mapping Network in division Competitive Learning Neural Networks of Neural Networks |
|
Answer» Right answer is (d) all of the mentioned |
|