Function approximation but not with MLP. What can I use to get good results?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!