- The loss function might contain regularization terms along with the rmse function leading to different values.
- The input to loss function while training the network might be normalized as is generally the case to avoid drastic changes in gradients and make the training faster.. You can check is the inputs to loss functions and rmse are exactly the same.
Diference between calculation of rSME and lossfunction during training of a neuralnetwork
3 次查看(过去 30 天)
显示 更早的评论
Hello,
I am doing a code in matlab, and i would like to know why values of rsme and lossfunction are not the same or the square root of the other, during training. Both use train and validation data and both are the mean of the squares of errors but why, in each epoch, cant i relate one to the other?....
Thank you.
0 个评论
回答(1 个)
Binaya
2024-3-20
Hi Ana
I believe you want to understand why the loss functions of your neural network does not output the same values as rmse function.
The difference can occur due to various reasons. Here are some general reasons on why the two values are different:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!