Function approximation but not with MLP. What can I use to get good results?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Good result means: less than 18 MSE (mean squared error).
I've got an X matrix: 10000x9 (10000 rows, 9 dimensional input) I've got an Y matrix: 10000x1 (10000 rows, 1 dimensional output)
I tried to use MLP but I couldn't get less than 21 MSE.
So what else can I use for a function approximation problem?
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!