/CBOW_Skip-gram

Word2Vec Implementation with CBOW & Skip-gram(Preprocess, Forward, Backward)

Primary LanguagePython

Word2Vec Implementation with CBOW and Skip-gram

cbow_sg

  • Forward path
  • Backward path
  • Retrun: cost value and gradient of two word vectors

Korea University Information Retrieval(COSE 472) Assignment3