필터 지우기
필터 지우기

Use trainNetwork funcion to train a feedforwad net

조회 수: 2 (최근 30일)
Raphael Ruschel
Raphael Ruschel 2018년 5월 7일
댓글: Raphael Ruschel 2019년 9월 6일
Does the trainNetwork function can only be used to train CNNs and LSTMs as written in the documentation or can I use it to train a feedforwad net as well?
My idea was to create the ImageInputLayer the size of my feature vector and then use a couple of fullyConnectedLayers followed by RELULayers and dropoutLayers. The reason to want to use this intead of the regular feedforwardnet and train functions are the possibilities to use ReLU and dropout, more flexibility to choose the training parameters, and the usage of the ImageDatastore structure.
Will this method give me similar results to when feedforward and train are used or the way the trainNetwork function is implemented is not recommended for feedforward-only training?

답변 (1개)

Saeed Mohammadi
Saeed Mohammadi 2019년 9월 4일
Hi,
I think this is a very interesting question. Can someone comment on this?
Thanks.
  댓글 수: 1
Raphael Ruschel
Raphael Ruschel 2019년 9월 6일
I tried using it as described on the question and it achieved good results, so I think it is not a problem!

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

카테고리

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