Deep Learning - Sequence-to-Sequence Regression with normalized error

13 次查看(过去 30 天)
Hi everyone,
I have an application based on the Matlab Example: Sequence-to-Sequence Regression Using Deep Learning.
Here, the performance function used to train the neural network is the mean squared error (MSE).
Since my application has multiple outputs with different ranges of values, the training with MSE results in:
  • optimization on output elements with the wider range of values;
  • bad fit on output elements with the smaller range of values.
This concept is well explained here, where the proposed solution is to set the normalization performance parameter to 'standard', but this can't be applied to a Sequence-to-Sequence Regression case.
How can optimize my regresssion application to fit output elements equally well in a relative sense?
Thank you
Fabio

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by