필터 지우기
필터 지우기

Pattern Recongnition Network: Class balancing

조회 수: 1 (최근 30일)
Thanujan Mohanadasan
Thanujan Mohanadasan 2017년 9월 26일
댓글: Nick Van Berckelaer 2018년 8월 20일
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 CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by