0 votes
in Deep Learning by
How many layers in the neural network?

1 Answer

0 votes
by

Below are the layers in Neural Network :

1. Input Layer

The input layer contains input neurons which send information to the hidden layer.

2. Hidden Layer

The hidden layer is used to send data to the output layer.

3. Output Layer

The data is made available at the output layer.

...