mirror of
https://github.com/kavgan/nlp-in-practice.git
synced 2021-05-12 18:32:22 +03:00
Navigate
Running the Word2Vec Tutorial Notebook
- From the command line, first, clone this repo.
git clone <this repo url>
- Next, switch to the word2vec directory of this repo.
cd nlp-in-practice/word2vec
- Then, run jupyter notebook
jupyter notebook
- Select Word2Vec.ipynb, sip a cup of coffee and enjoy! You can now re-run the cells.