InterviewSolution
Saved Bookmarks
| 1. |
What was the main point of difference between the adaline & perceptron model?(a) weights are compared with output(b) sensory units result is compared with output(c) analog activation value is compared with output(d) all of the mentionedThis question was posed to me at a job interview.This interesting question is from Models in portion Basics of Artificial Neural Networks of Neural Networks |
|
Answer» CORRECT OPTION is (c) analog activation value is compared with output The best explanation: Analog activation value comparison with output,instead of desired output as in perceptron model was the main POINT of DIFFERENCE between the adaline & perceptron model. |
|