Feeds
답변 있음
I get a "Performance function replaced with squared error performance" warning when trying to set 'crossentropy' as the performance function.
It worked for me after adding net.performParam.regularization = 0.1; net.performParam.normalization = 'none'; Seems ...
I get a "Performance function replaced with squared error performance" warning when trying to set 'crossentropy' as the performance function.
It worked for me after adding net.performParam.regularization = 0.1; net.performParam.normalization = 'none'; Seems ...
거의 10년 전 | 0

