⟩ 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
a) True
Explanation:
Yes the perceptron works like that.