Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 245 Bytes

README.MD

File metadata and controls

7 lines (7 loc) · 245 Bytes

#BASIC NLP PRACTICE THIS REPOSITORY IS FOR PRACTICE NLP AND SHARE IT ###MODEL

  1. CBOW (word to vec using continuous bag of words)
  2. SGNS (word to vec using Skip Gram Negative Sampling)
  3. RNN (Recursive Neural Network)
  4. ELMO (In progress)