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 years 前 | 0

