Borrar filtros
Borrar filtros

why mean square error is 0.00?

4 visualizaciones (últimos 30 días)
Sanchit
Sanchit el 9 de Jul. de 2023
Comentada: Nathan Hardenberg el 10 de Jul. de 2023
I have computed mean square error using function immse and it is working fine without giving any error. However it showing the
Out-of-Bag Mean Square Error: 0.0000
Is it possible or something wrong in matlab code. I am attaching the matlab code along with input data. I request you all to kindly have look on code and suggest me how to fix it.
Sanchit
  3 comentarios
Sanchit
Sanchit el 9 de Jul. de 2023
I have tried two data sets and it is giving mean square error 0.000 for both these data sets. I ecpect mean square error to be some minimum number. Can you please have a look on attached code and let me know that code is doing correctly?
Thanks for your help
Sanchit
Nathan Hardenberg
Nathan Hardenberg el 10 de Jul. de 2023
There seems to be no attached code

Iniciar sesión para comentar.

Respuestas (1)

Divyam
Divyam el 10 de Jul. de 2023
If you are receiving a 0 mean square error on different data sets, then you can check for the following in your model:
  1. Check if the input data you provide is properly preprocessed (scaling and normalization is performed if required).
  2. Check if the model is overfitting by comparing its performance on the training set and the validation set. If the model performs significantly better on the training set than the validation set, it indicates overfitting. In such cases, you may need to adjust the model's complexity, regularization parameters, or consider using a different algorithm.
Please attach your MATLAB code so that the community can provide more insights.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by