0 votes
in Artificial Intelligence by
A perceptron is a ______________

(a) Feed-forward neural network

(b) Backpropagation algorithm

(c) Backtracking algorithm

(d) Feed Forward-backward algorithm

I had been asked this question in a job interview.

Enquiry is from Learning 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 (a) Feed-forward neural network

Best explanation: A perceptron is a Feed-forward neural network with no hidden units that can be representing only linear separable functions. If the data are linearly separable, a simple weight updated rule can be used to fit the data exactly.
...