What is perceptron?

A)  an auto-associative neural network
B)  a neural network that contains feedback
C)  a double layer auto-associative neural network
D)  a single layer feed-forward neural network with pre-processing

Correct Answer :   a single layer feed-forward neural network with pre-processing


Explanation : The perceptron is a single layer feed-forward neural network. It is not an auto-associative network because it has no feedback and is not a multiple layer neural network because the pre-processing stage is not made of neurons.