Skip to content

Instantly share code, notes, and snippets.

@aneesha
Created November 28, 2017 09:24
Show Gist options
  • Select an option

  • Save aneesha/16345a92dc04cfa58cce283a6d69dca3 to your computer and use it in GitHub Desktop.

Select an option

Save aneesha/16345a92dc04cfa58cce283a6d69dca3 to your computer and use it in GitHub Desktop.
# 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