Notes - ShenDezhou/algorithm GitHub Wiki

Word2vec provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research. fastText is a library for efficient learning of word representations and sentence classification.