How do I print the final value of RMSE on the command line?

2 vues (au cours des 30 derniers jours)
若菜 中井
若菜 中井 le 30 Nov 2020
I am trying to denoise using deep learning based on the following.
How do I print the final value of RMSE on the command line?

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 30 Nov 2020
data=sqrt(mean((data1-data)^2))
fprintf('The RMSE Vale: %f',data);
Please modify, as per requirements

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by