+1 vote
in Machine Learning 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

1 Answer

+1 vote
by
a) true
...