Borrar filtros
Borrar filtros

Pattern Recongnition Network: Class balancing

1 visualización (últimos 30 días)
Thanujan Mohanadasan
Thanujan Mohanadasan el 26 de Sept. de 2017
Comentada: Nick Van Berckelaer el 20 de Ag. de 2018
Hi,
How do I consider class balancing in a patternnet similar to the following example?

Respuestas (1)

Niraj Gadakari
Niraj Gadakari el 29 de Sept. de 2017
You can specify the performance function in patternnet as crossentropy, and specify the performance weights to perform class balancing in Pattern Recognition Network.
  3 comentarios
Greg Heath
Greg Heath el 3 de Oct. de 2017
performance weights should be specified for training. greg
Nick Van Berckelaer
Nick Van Berckelaer el 20 de Ag. de 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';

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by