How do I print the final value of RMSE on the command line?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
若菜 中井
il 30 Nov 2020
Risposto: KALYAN ACHARJYA
il 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 Commenti
Risposta accettata
KALYAN ACHARJYA
il 30 Nov 2020
data=sqrt(mean((data1-data)^2))
fprintf('The RMSE Vale: %f',data);
Please modify, as per requirements
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!