DY0-001 · Question #76
Which of the following layer sets includes the minimum three layers required to constitute an artificial neural network?
The correct answer is C. An input layer, a hidden layer, and an output layer. By definition, an artificial neural network requires at least these three fundamental layers: the input layer to receive data, one or more hidden layers to perform transformations, and the output layer to produce predictions. Pooling, convolutional, and dropout layers are…
Question
Which of the following layer sets includes the minimum three layers required to constitute an artificial neural network?
Options
- AAn input layer, a pooling layer, and an output layer
- BAn input layer, a convolutional layer, and a hidden layer
- CAn input layer, a hidden layer, and an output layer
- DAn input layer, a dropout layer, and a hidden layer
How the community answered
(43 responses)- A2% (1)
- B5% (2)
- C91% (39)
- D2% (1)
Explanation
By definition, an artificial neural network requires at least these three fundamental layers: the input layer to receive data, one or more hidden layers to perform transformations, and the output layer to produce predictions. Pooling, convolutional, and dropout layers are useful in specialized architectures (e.g., CNNs) but aren't part of the minimal ANN structure.
Topics
Community Discussion
No community discussion yet for this question.