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!