InterviewSolution
Saved Bookmarks
| 1. |
Which of the following equation represent perceptron learning law?(a) ∆wij= µ(si) aj(b) ∆wij= µ(bi – si) aj(c) ∆wij= µ(bi – si) aj Á(xi),wher Á(xi) is derivative of xi(d) ∆wij= µ(bi – (wi a)) ajThe question was asked in an interview for job.I need to ask this question from Learning in section Basics of Artificial Neural Networks of Neural Networks |
|
Answer» Right choice is (B) ∆wij= µ(bi – si) aj |
|