Created
November 28, 2017 09:24
-
-
Save aneesha/16345a92dc04cfa58cce283a6d69dca3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # uncomment if gensim is installed | |
| #!pip install gensim | |
| import gensim | |
| # Need the interactive Tools for Matplotlib | |
| %matplotlib notebook | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| from sklearn.manifold import TSNE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment