Plot a graph MSE vs number neurons in hidden layer on matlab
2 views (last 30 days)
Show older comments
I have a net with 7 inputs and 1 output.I want to do a study of convergence of the neurones in the hidden layer. So for that I need to do Plot a graph MSE vs number neurons in hidden layer on matlab. Anyone can help ? Please
0 Comments
Accepted Answer
Greg Heath
on 24 Jul 2017
Search both NEWSGROUP and ANSWERS using the search words
Hmin Hmax
The number can be whittled down via
greg Hmin Hmax
Hope this helps.
Thank you for formally accepting my answer
Greg
2 Comments
Greg Heath
on 16 Aug 2018
In my posts I use the normalized (in [0,1]) value
NMSE = mse(target-output)/MSEref
where the reference MSE is the value obtained when the answer is assumed to be a constant. Then the minimum MSE is just the average variance of the target.
MSEref = mean(var(target',1))
Hope this helps
Greg
More 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!