필터 지우기
필터 지우기

Deep learning regression network improvements?

조회 수: 1 (최근 30일)
Giacomo Notaro
Giacomo Notaro 2020년 3월 16일
댓글: Giacomo Notaro 2020년 3월 19일
Hi all.
I'm trying to train a deep learning model giving me as responses the curves I attached.
The skeleton of the simple model is attached, too.
How could I improve the network to obtain better results?
I'm wondering why the model is not able to reach the same order of magnitude of the training data (the attached images represents only few of the similar curves used for the training).
I tried increasing or reducing the size of the single layers, I tried to add more layers with a smaller size, but the result is still the same.
The input sequences are a representation of the initial conditions and wind velocity for each curve and it is recognizing the shape of the curves but not their magnitudes.
Thank you in advance.

채택된 답변

Mahesh Taparia
Mahesh Taparia 2020년 3월 19일
편집: Mahesh Taparia 2020년 3월 19일
Hi
By looking at your network design, it seem that you are having input data with dimension of 4 and trying to regress the output. You are taking the number of hidden nodes as 1000/2000 from 4 as input and converting back to 1 from 2000 nodes, which is not recomended. You can go with something like 4->8->16->32->16->8->1 (it deepend upon number of hidden layers you put). Try with different optimization techniques like adam/ sgdm, batch size, learning rate, number of hidden layers/nodes, input data normalization etc. Hope it will help.
  댓글 수: 3
Mahesh Taparia
Mahesh Taparia 2020년 3월 19일
Yeah try different optimization techniques and it was some form of 4->8->16->32->16->8->1.
Giacomo Notaro
Giacomo Notaro 2020년 3월 19일
thank you!

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by