Pattern Recongnition Network: Class balancing
Mostra commenti meno recenti
Hi,
How do I consider class balancing in a patternnet similar to the following example?
Risposte (1)
Niraj Gadakari
il 29 Set 2017
0 voti
You can specify the performance function in patternnet as crossentropy, and specify the performance weights to perform class balancing in Pattern Recognition Network.
3 Commenti
Thanujan Mohanadasan
il 2 Ott 2017
Greg Heath
il 3 Ott 2017
performance weights should be specified for training. greg
Nick Van Berckelaer
il 20 Ago 2018
Can you provide instructions on or an example of how performance weights are to be specified during training? The parameter perfWeights is not a performParam as far as I see.
net = feedforwardnet(10);
net.performFcn = 'crossentropy';
net.performParam.regularization = 0.1;
net.performParam.normalization = 'none';
Categorie
Scopri di più su Pattern Recognition in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!