Building a feedback loop in a deep neural network
이전 댓글 표시
Dear Ladies and Gentlemen,
in Matlab I use the deep learning function, where you can build a neural network from different types of layers, e.g. in conjunction with a custom output layer.
What I' m trying to do is to implement a feedback loop according to a classical recurrent neural network. Unfortunately, I can only find the gated RNN layers GRU and LSTM layers in the list of deep learning layers (https://de.mathworks.com/help/deeplearning/ug/list-of-deep-learning-layers.html).
In the best case, I would like to span a feedback loop not only within one layer, but across two layers. I have tried to build such a feedback using the concatenationLayer in the Deep Network Designer, but a delay module is missing for this. So that the analyze function of the designer already identifies this graph as invalid.
Therefore, the following question: apart from the GRU and LSTM layers, is there a way to build a feedback loop using the deep learning function of Maltab?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!