cauwt / simpler_glove

A Simpler GloVe model for distributed word representation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simpler GloVe: A Simpler Model for Word Representation from Glove

Change:share word vectors and context vectors.

Oringal glove model: https://github.com/stanfordnlp/GloVe

更别致的词向量模型(一):simpler glove

更别致的词向量模型(二):对语言进行建模

更别致的词向量模型(三):描述相关的模型

更别致的词向量模型(四):模型的求解

更别致的词向量模型(五):有趣的结果

更别致的词向量模型(六):代码、分享与结语

Train word vectors on a new corpus

$ git clone https://github.com/bojone/simpler_glove
$ cd simpler_glove && make
$ ./demo.sh

About

A Simpler GloVe model for distributed word representation

License:Apache License 2.0


Languages

Language:C 69.1%Language:Python 17.9%Language:MATLAB 11.3%Language:Shell 0.9%Language:Makefile 0.8%