jiegzhan / multi-class-text-classification-cnn

Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN (Convolutional Neural Network) and Word Embeddings on Tensorflow.
Apache License 2.0
426 stars 198 forks source link

the probability of the text #16

Open ChayakornSu opened 6 years ago

ChayakornSu commented 6 years ago

Hello Mr.jiegzhan i want to print out probability scores of each text after predicted Could you please suggest me how to print Example like [Text_input ,index_label,probability_score ] Thank you