InterviewSolution
Saved Bookmarks
| 1. |
What is the name of the function in the following statement “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) Step function(b) Heaviside function(c) Logistic function(d) Perceptron functionI had been asked this question in an online interview.My question is based upon Neural Networks topic in section Learning of Artificial Intelligence |
|
Answer» The CORRECT option is (b) HEAVISIDE function |
|