jiegzhan / multi-class-text-classification-cnn-rnn

Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.
https://www.kaggle.com/c/sf-crime/data
Apache License 2.0
599 stars 262 forks source link

Tensorboard embedding #33

Open hkhatod opened 7 years ago

hkhatod commented 7 years ago

Has anyone tried to visualize text embeddings in tensorboard ? Any guidence on how to implement it ?

Thanks