Creating A Layer Recurrent Neural Net with more than 1 Hidden State.
Mostrar comentarios más antiguos
Hello,
Whenever I create a Layer Recurrent Neural Network, I do the following :
laynet = layrecnet(3); 3 Inputs... 3 Neurons (I hope this is correct). After this, if I do laynet.numLayers = 3 this only creates an extra output layer.
What I need to do is create a layrecnet with 2 hidden states with 3 inputs and 1 output. How do I exactly achieve this?
Respuesta aceptada
Más respuestas (0)
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!