Feed Forward Recurrent Neural Network: Use output of Iteration 1 as Input for Iteration2
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everyone,
I'd like to create a simple recurrent neural network, no LSTM, just a simple Feed-Forward net that uses the output of iteration i as input for iteration i+1 (apart from my regular inputvector)
Do you know how this is possible to implement in Matlab?
0 Kommentare
Antworten (1)
Prateek Rai
am 24 Mär. 2022
Bearbeitet: Prateek Rai
am 24 Mär. 2022
Hi,
You can use "feedforwardnet" function to generate feedforward neural network. Along with it, you can use "layrecnet" function to generate recurrent neural network.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!