InterviewSolution
Saved Bookmarks
| 1. |
In adaline model what is the relation between output & activation value(x)?(a) linear(b) nonlinear(c) can be either linear or non-linear(d) none of the mentionedThis question was posed to me during an online exam.The origin of the question is Models topic in division Basics of Artificial Neural Networks of Neural Networks |
|
Answer» RIGHT OPTION is (a) LINEAR The EXPLANATION: s,output=f(x)=x. Hence its a linear model. |
|