An open API service indexing awesome lists of open source software.

https://github.com/bjpcjp/nlp_workshop

NLP demo code, largely based on https://github.com/hundredblocks/concrete_NLP_tutorial
https://github.com/bjpcjp/nlp_workshop

Last synced: 9 months ago
JSON representation

NLP demo code, largely based on https://github.com/hundredblocks/concrete_NLP_tutorial

Awesome Lists containing this project

README

          

# NLP_workshop

# Installation instructions

#### clone the repository

#### download pretrained google word vectors
http://mccormickml.com/2016/04/12/googles-pretrained-word2vec-model-in-python/

#### 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'