로딩
요청 처리 중입니다...

[python] used word2vec, fasttext C source file

 [python] used word2vec, fasttext C source file

#word2vec #fasttext 단어를 벡터로 표현하는 방법은 다양합니다. 그중에서 대표적으로 많이 사용하시는 것이 gensim일것이라고 생각됩니다.

오늘은 gensim외에 단어 벡터를 사용하는 방법을 알려드리려 합니다. word2vec Google Code Archive - Long-term storage for Google Code Project Hosting. Tool for computing continuous distributed representations of words.

Introduction This tool 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 nat...

# fasttext # word2vec