Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Learn how to use pre-trained GloVe/Word2Vec embeddings with Gensim. Its super simple.

Navigate

Running the Pre-trained Embeddings Notebook

  1. From the command line, first, clone this repo.
git clone <this repo url>
  1. Next, switch to the pre-trained-embeddings directory of this repo.
cd  nlp-in-practice/pre-trained-embeddings
  1. Then, run jupyter notebook
jupyter notebook
  1. Select Pre-trained embeddings.ipynb and now re-run the cells.