Pattern Recongnition Network: Class balancing

1 回表示 (過去 30 日間)
Thanujan Mohanadasan
Thanujan Mohanadasan 2017 年 9 月 26 日
Hi,
How do I consider class balancing in a patternnet similar to the following example?

回答 (1 件)

Niraj Gadakari
Niraj Gadakari 2017 年 9 月 29 日
You can specify the performance function in patternnet as crossentropy, and specify the performance weights to perform class balancing in Pattern Recognition Network.
  3 件のコメント
Greg Heath
Greg Heath 2017 年 10 月 3 日
performance weights should be specified for training. greg
Nick Van Berckelaer
Nick Van Berckelaer 2018 年 8 月 20 日
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';

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by