Or Shamir
Followers: 0 Following: 0
Feeds
已回答
Am I computing cross entropy incorrectly?
Following the explanation <https://www.mathworks.com/help/nnet/ref/crossentropy.html here>, you do: ce = -t .* log(y); p...
Am I computing cross entropy incorrectly?
Following the explanation <https://www.mathworks.com/help/nnet/ref/crossentropy.html here>, you do: ce = -t .* log(y); p...
7 years 前 | 0
已回答
Is there a regression layer for Convolutional neural network toolbox?
you can use the score given by the second output trainedNet.classify. This will have a value, not only 0 or 1. I would also want...
Is there a regression layer for Convolutional neural network toolbox?
you can use the score given by the second output trainedNet.classify. This will have a value, not only 0 or 1. I would also want...
7 years 前 | 0