InterviewSolution
Saved Bookmarks
| 1. |
Explain what a deep neural network is. |
|
Answer» An ARTIFICIAL neural network (ANN) having numerous layers between the input and output layers is known as a deep neural network (DNN). Deep neural networks are neural networks that use deep architectures. The term "deep" refers to functions that have a HIGHER number of layers and units in a single layer. It is POSSIBLE to create more ACCURATE models by adding more and larger layers to capture higher levels of patterns. The below IMAGE depicts a deep neural network. |
|