• Stars
    star
    1,080
  • Rank 42,542 (Top 0.9 %)
  • Language
    Jupyter Notebook
  • Created almost 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An NLP workshop about concrete solutions to real problems

NLP Workshop for ODSC 2017

Feel free to follow along in this notebook, or download it and run it yourself. Instructions below.

Installation instructions

clone the repository

download pretrained google word vectors

Run python -m gensim.downloader --download word2vec-google-news-300 or follow the instructions in the gensim documentation.

download pretrained char-rnn for Yelp

curl -O https://s3.amazonaws.com/yelp-weights-files/Sep-26-all-00-0.7280.hdf5

rename the file to 'pretrained-yelp.hdf5'