lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 74 forks source link

New loss function: ROC AUC score #129

Open saddy001 opened 8 years ago

saddy001 commented 8 years ago

It would be very nice to have the ROC AUC as classifier loss. Theanets has hidden the tensor logic from me so successfully, that I'm not able to write the loss function on my own.

rmsprop

saddy001 commented 8 years ago

Someone has already done the work for pylearn2.