InterviewSolution
Saved Bookmarks
| 1. |
A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0.(a) True(b) False(c) Sometimes – it can also output intermediate values as well(d) Can’t sayThe question was asked in homework.I need to ask this question from Neural Networks in chapter Learning of Artificial Intelligence |
|
Answer» Correct option is (a) True |
|