nitishsrivastava / deepnet

Implementation of some deep learning algorithms.
BSD 3-Clause "New" or "Revised" License
893 stars 438 forks source link

Computing prediction probabilities #63

Closed daquang closed 10 years ago

daquang commented 10 years ago

Is it possible to get deepnet to output the prediction probabilities for each sample in a test dataset for a given model's parameters? I am doing some ROC analysis and it would be great if I could get the probability for each class for each sample. Then, I could just vary the p-value threshold to generate my ROC curves. Does anyone know of a way to do this with deepnet?

daquang commented 10 years ago

Figured it out. Had to hack some of the scripts a little to give me the proper output.

ghost commented 9 years ago

@daquang Could you explain it a little? I have this question these days.