필터 지우기
필터 지우기

timedelaynet with multiple hidden layers?

조회 수: 3 (최근 30일)
Magnus Hansson
Magnus Hansson 2017년 10월 17일
답변: syaffa amir 2018년 1월 15일
Hi!
I want to build a timedelaynet with multiple hidden layers and I want to adjust the hyperparameters myself. I have used the GUI and exported the advanced matlab file in order to adjust it, but it doesn't seem to work.
Thanks!
Magnus
Edit:
For example, looking at his page there is one set of layers to use: https://se.mathworks.com/help/nnet/deep-learning-training-from-scratch.html but when I google deep RNN matlab because I couldn't find it in the list I found this page: https://se.mathworks.com/help/nnet/ref/layrecnet.html
This all seems very confusing. Where can I find a complete documentation that is not fragmented?
Thanks again for the help!

답변 (2개)

David Ding
David Ding 2017년 10월 19일
Dear Magnus,
I understand that you are looking for some guidance to adjust the hyperparameters of the multiple hidden layers in a "timedelaynet". We have a very comprehensive documentation on the "timedelaynet" function:
Which I believe will help you with the design of "timedelaynet".
Please follow the example shown on the doc page for "timedelaynet" to gain a better understanding of the suggested workflow.
Sincerely,
David
  댓글 수: 1
Magnus Hansson
Magnus Hansson 2017년 10월 20일
Hi!
Thank you for the answer, however the exampele shows a 1-hidden-layer network and I want to build networks with multiple hidden layers.
KD Magnus

댓글을 달려면 로그인하십시오.


syaffa amir
syaffa amir 2018년 1월 15일
Hi magnus,
you can try this
net = timedelaynet(1:2,[10,10]);

카테고리

Help CenterFile Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by