How to understand mean absolute error percentage?

2 visualizaciones (últimos 30 días)
Alagesan
Alagesan el 31 de Mzo. de 2014
Respondida: Ramesh Bala el 14 de Jul. de 2020
Hi , there. I am trying to understand what is real meaning for Mean absolute error percentage and what its job when testing dataset. I need small briefing which can explain with some simple examples.

Respuestas (1)

Ramesh Bala
Ramesh Bala el 14 de Jul. de 2020
MAPE= mean((abs(ye-Yv))./Yv)
Yv=Real values vector
ye=Neural Network model's estimated values

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by