Skip to content

Implementation of CBOW and Skip-gram model in python

Notifications You must be signed in to change notification settings

deepakrana47/Language_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Language_model

This repository consist of a rough code of CBOW and Skip-gram model written in python.

Referenced from:

Mikolov, T., Sutskever, I., Chen, K., Corrado, G.S. and Dean, J., 2013. Distributed representations of words and phrases and their compositionality. In Advances in neural information processing systems (pp. 3111-3119).

Mikolov, T., Chen, K., Corrado, G. and Dean, J., 2013. Efficient estimation of word representations in vector space. arXiv preprint arXiv:1301.3781.

Rong, X., 2014. word2vec parameter learning explained. arXiv preprint arXiv:1411.2738.

Other refrences:

Sadowski, P., 2016. Notes on backpropagation. homepage: https://www. ics. uci. edu/~ pjsadows/notes. pdf (online).

About

Implementation of CBOW and Skip-gram model in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages