Feed Forward Recurrent Neural Network: Use output of Iteration 1 as Input for Iteration2
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Prateek Rai
2022 年 3 月 24 日
編集済み: Prateek Rai
2022 年 3 月 24 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!