how to evaluate LSTM network
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Safwana Razak
le 27 Jan 2021
Réponse apportée : Shashank Gupta
le 1 Fév 2021
hi, this is general question. how can i evaluate LSTM network in regression problem? i know from RMSE but after i train my net the accuracy on the training option becoma N/A? is there any function other than RMSE to evaluate my network especially in regression problem?
0 commentaires
Réponse acceptée
Shashank Gupta
le 1 Fév 2021
Hi Safwana,
RMSE is generally the most typical loss function to use in regression problem and most of the time it gives optimal results. if you not happy with the loss function you can consider Mean Absolute error in place of MSE as well. But I am not sure whether it will improve your result or not. Also if you need help in evaluating your model performance after training, you can refer to this link.
From my first guess about RMSE loss showing N/A is probably because you are looking at validation or testing RMSE and you might not have provided data for validation or testing during the training of network. If the validation data is not provided the RMSE for validation will be shown as N/A. check out the data distribution properly. I am sure you will be able to figure it out.
Cheers.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!