How do I print the final value of RMSE on the command line?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
若菜 中井
le 30 Nov 2020
Réponse apportée : KALYAN ACHARJYA
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?
0 commentaires
Réponse acceptée
KALYAN ACHARJYA
le 30 Nov 2020
data=sqrt(mean((data1-data)^2))
fprintf('The RMSE Vale: %f',data);
Please modify, as per requirements
0 commentaires
Plus de réponses (0)
Voir également
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!