multi-class-text-classification-cnn-rnn
multi-class-text-classification-cnn-rnn copied to clipboard
use softmax to get probability distribution for each class
I wish to get raw probabilities of each class, instead of argmax() returning the index for highest probability. request you to kindly help me in using softmax() in the predict.py. Thanks