The best Ann configuration
Afficher commentaires plus anciens
I have run Ann for prediction with hidden nodes from 2-17 about 50 times. My question is which criteria I should rely on to select the best Ann? Should I choose R squerd of Test or Mse of the Ann or validation performance?
Réponse acceptée
Plus de réponses (2)
Walter Roberson
le 9 Fév 2016
2 votes
What is the best way of getting around "inner London" (United Kingdom)? Is it taxi, personal automobile, Tube (subway) -- or even bicycle (ha ha ha)?
Did you decide yet? So did you measure "best" by convenience, cost, health benefits, or speed? Or did you construct a carefully weighted measure of all of those, such as being willing to trade 1 minute longer travel time for each 2000 Calories of fat burned? Or should it be 1.5 minutes and 1000 Calories? What scientific study did you use to decide the trade-offs?
Oh, by the way: multiple tests have shown that during a typical work-day afternoon, the lowest cost way of getting around inner London is by bicycle, but the healthiest way of getting around inner London is instead by bicycle; and on the third hand, the fastest way of getting around inner London is... by bicycle.
So when you are selecting an ANN, what do you mean by "best" ?
3 commentaires
Rita
le 9 Fév 2016
Walter Roberson
le 9 Fév 2016
Did you need the lowest false-positive rate? the lowest false-negative rate? Are you predicting values or predicting class?
Rita
le 9 Fév 2016
Modifié(e) : Walter Roberson
le 10 Fév 2016
Greg Heath
le 11 Fév 2016
Insuffient information and explanation:
size(input) ? size(target) ?
If I guess both are [ 1 N ] , Ntrn ~ 0.7*N and Hub = 114, then
(Ntrn-1)/(1+1+1) = 114
Ntrn = (3*114+1) % 343
N = Ntrn/0.7 % 490
Assuming
NMSEgoal <= 0.01 with Hub = 114 % Probably don't need 0.005
why in the world are you even considering
NMSE = 0.25 @ H = 16
and
NMSE = 0.51 @ H= 17
instead of increasing H???
Puzzled,
Greg
1 commentaire
Greg Heath
le 13 Fév 2016
Modifié(e) : Greg Heath
le 13 Fév 2016
Be serious:
1. Have you ever seen me use anything more than numH= numel(Hmin:dH:Hmax)~10 and Ntrials > 15 on the zillions of examples that I have posted in the NEWSGROUP and ANSWERS?
2. Have you ever heard of the saying "DIVIDE AND CONQUER"?
YES? GOOD! Then START with something like
H = 10:10:100, Ntrials =10
to find the minimum H that will yield your goal.
Hope this helps.
Greg
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!