Feeds
提问
I get a "Performance function replaced with squared error performance" warning when trying to set 'crossentropy' as the performance function.
If I run the following code: [x,t] = house_dataset; net = fitnet(10); net.performFcn = 'crossentropy'; [net,tr] = ...
10 years 前 | 4 个回答 | 0