InterviewSolution
Saved Bookmarks
| 1. |
What is supervised learning?(a) weight adjustment based on deviation of desired output from actual output(b) weight adjustment based on desired output only(c) weight adjustment based on actual output only(d) none of the mentionedThe question was posed to me by my school principal while I was bunking the class.My enquiry is from Learning Basics in chapter Activation and Synaptic Dynamics of Neural Networks |
|
Answer» RIGHT choice is (a) weight adjustment based on deviation of DESIRED OUTPUT from actual output Easy explanation: SUPERVISED LEARNING is based on weight adjustment based on deviation of desired output from actual output. |
|