

InterviewSolution
Saved Bookmarks
1. |
In a neural network, the computations are done in _____ layer |
Answer» Answer: intermediate layer Explanation: The Neural NETWORK is constructed from 3 type of LAYERS: Input layer — initial data for the neural network. Hidden layers — intermediate layer between input and OUTPUT layer and place where all the computation is done. Output layer — produce the result for GIVEN inputs. |
|