Deep learning with vector output

조회 수: 5 (최근 30일)
Samuli Siltanen
Samuli Siltanen 2019년 8월 26일
댓글: Samuli Siltanen 2019년 8월 30일
I need to learn a mapping from 28x28 images into a vector of 45 floating-point numbers. This is not really classification as the numbers range between -1 and 1.
When designing a deep neural network, what output layer could I use?
Best,
Samuli Siltanen

답변 (1개)

Asvin Kumar
Asvin Kumar 2019년 8월 29일
You can use the tanhLayer to obtain output values in the range of –1 to 1.
  댓글 수: 3
Asvin Kumar
Asvin Kumar 2019년 8월 30일
For the output layer, you can use a regressionLayer after the tanhLayer. This will produce predictions in the required range and compute the half-mean-squared-error loss.
Samuli Siltanen
Samuli Siltanen 2019년 8월 30일
Thank you so much! I will try this. Samu

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

카테고리

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

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by