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

I had been asked this question in an online interview.

My question is based upon Neural Networks topic in section 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
The correct option is (b) Heaviside function

Best explanation: Also known as the step function – so answer 1 is also right. It is a hard thresholding function, either on or off with no in-between.

Related questions

+1 vote
asked Oct 20, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Oct 26, 2021 in Artificial Intelligence by DavidAnderson
...