InterviewSolution
Saved Bookmarks
| 1. |
While building a neural network architecture, how will you decide how many neurons and the hidden layers should the neural network have? |
|
Answer» There is no clear and fast rule for determining the exact number of neurons and hidden layers required to design a neural network architecture given a business problem. The size of the hidden layer in a neural network should be somewhere between the size of the output layers and that of the input layers. However, there are a few basic ways that might help you get a head start on constructing a neural network architecture:
|
|