How do I print the final value of RMSE on the command line?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
若菜 中井
el 30 de Nov. de 2020
Respondida: KALYAN ACHARJYA
el 30 de Nov. de 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 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 30 de Nov. de 2020
data=sqrt(mean((data1-data)^2))
fprintf('The RMSE Vale: %f',data);
Please modify, as per requirements
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!