When does Matlab consider a Neural Network deep?
Mostrar comentarios más antiguos
I want to use a feedforward NN (FFNN) with at least two hidden layers. This is no problem with the feedforwardnet function. I also can train the net with the train function, where it says "Train shallow neural network". In most literature I read, a shallow NN is defiend as a NN with only one hidden layer and a deep NN is one with more than one hidden layer. For deep NNs Mathworks recomends trainNetwork as a train function. But I was not able to train my FFNN with this function.
So where does Mathworks draw the line between shallow and deep NNs? Or is there a way to train my FFNN with trainNetwork?
2 comentarios
Annette Mai
el 26 de En. de 2021
Walter Roberson
el 30 de En. de 2021
"Deep" for Neural Network seems to be much the same as "deep" for philosophy:
- It claims to encompass pretty much everything
- Hardly anybody really understands the logic behind it
Respuestas (1)
Rohit Pappu
el 29 de En. de 2021
0 votos
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!