Function approximation but not with MLP. What can I use to get good results?
    3 views (last 30 days)
  
       Show older comments
    
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 Comments
Answers (0)
See Also
Categories
				Find more on Deep Learning Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!