Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 392 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 392 Bytes

Created Date: 16 Feb 2018

WaysToConvertWord2Vec

Various ways to convert word to vectors.

  1. GENSIM_WORD2VEC.py
  2. GENSIM_bin.py
  3. Hashing_vectorizer.py
  4. count_vectorizer.py
  5. glove_w2v.py
  6. Bag of words
  7. CBOW
  8. ELMO
  9. FastText
  10. Poincare Embeddings
  11. WikiNews Vectors

LIBRARIES:

  1. Spacy
  2. CountVectorizer
  3. Vectorizer
  4. TFidfVectorizer
  5. HashingVectorizer