+2 votes
in Artificial Intelligence by
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 say

The question was asked in homework.

I need to ask this question from Neural Networks in chapter Learning of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct option is (a) True

For explanation: Yes the perceptron works like that.
...