InterviewSolution
Saved Bookmarks
| 1. |
How many output layers are required to construct the artificial neural network |
|
Answer» Together, the neural network can emulate almost any FUNCTION, and answer practically any QUESTION, given ENOUGH training samples and computing power. A “shallow” neural network has only three layers of neurons: An input layer that accepts the independent variables or INPUTS of the MODEL. |
|