Dimensioning a neural network

How do you decide the dimensions of a neural network? Where to start with the number of layers and units in each layer?

Hi @Matti_Kurvinen
Welcome to the community!

I think this thread will help you, also if you confused about anything, feel free to ask it

Cheers,
Abdelrahman

1 Like

Thanks, the same topic.

1 Like

In addition; also in this thread a similar, specific question is discussed which could be interesting, too: Shallow vs Deep Neural Network - #2 by Christian_Simonis

Best regards
Christian

1 Like

@Matti_Kurvinen

Also This topic is very useful about number of neurons

Cheers,
Abdelrahman

1 Like

in my model, i get the best results when I set my NN model architecture to be 12 hidden layers with 120 neurons for each
is it normal to use a large number?