Feed Forward Recurrent Neural Network: Use output of Iteration 1 as Input for Iteration2

조회 수: 12 (최근 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?

답변 (1개)

Prateek Rai
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.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by