text-cnn-tensorflow
text-cnn-tensorflow copied to clipboard
Convolutional Neural Networks for Sentence Classification(TextCNN) implements by TensorFlow
nice code ... can we get multiple probability array? can we get prediction score and list of the array with a score like this good : 0.82 bad : 0.8...
We get directly a class. Instead of that I want score for each class, whichever the highest score that will be the answer. Please reply
I'm trying to run prediction for a medium sized corpus (approx 100k records) & the prediction speed is quite slow. It processes approx 2-3 sentences per second. Is there any...