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
- Host: GitHub
- URL: https://github.com/bjpcjp/nlp_workshop
- Owner: bjpcjp
- Created: 2018-02-01T18:43:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T21:59:18.000Z (over 8 years ago)
- Last Synced: 2025-09-21T00:54:13.109Z (9 months ago)
- Language: Jupyter Notebook
- Size: 51 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'