Creating A Layer Recurrent Neural Net with more than 1 Hidden State.
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!