Saved Bookmarks
| 1. |
What is perceptron?(a) a single layer feed-forward neural network with pre-processing(b) an auto-associative neural network(c) a double layer auto-associative neural network(d) a neural network that contains feedback |
|
Answer» The correct option is (a) a single layer feed-forward neural network with pre-processing Easiest 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. |
|