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

How to visualize the embedding and confusion matrix in tensorboard? #25

Open archkm opened 6 years ago

archkm commented 6 years ago

What code should be added so that the word embedding and confusion matrix at each step could be visualized in tensorboard?