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

2 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

KALYAN ACHARJYA
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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by