필터 지우기
필터 지우기

What does this fullyconnectedlayer() used for

조회 수: 8 (최근 30일)
Ahmad Kamal Bin Mohd Nor
Ahmad Kamal Bin Mohd Nor 2019년 11월 18일
답변: Raunak Gupta 2019년 11월 21일
Ok. I came across this tutorial from mathwork on lstm:
However in the layer options, there is a bit of confusion
what is the fullyconnectedlayer(50) used for?
When I read lstm layers guideline, the fullyconnectedlayer should be the number of response. In the tutorial above, it is a regression problem with 1 response.
This is really confusing. I dont know why there is this fullyconnectedlayer(50) in the tutorial

채택된 답변

Raunak Gupta
Raunak Gupta 2019년 11월 21일
Hi,
The example mentioned in Sequence-to-Sequence Regression Using Deep Learning uses a multi-layer network that is why a fullyConnectedLayer in between is connected. You may also try the example without it but the number of parameters in the Network will decrease which may affect the overall performance (in terms of accuracy) of the Network. The last layer is fullyConnectedLayer(numResponse) which is according the guideline that are mentioned in here.
It’s a general practice in Deep Learning to include fullyConnectedLayer with appropriate outputSize to make the network deep and using dropoutLayer to prevent the network from overfitting.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by