最近针对之前发表的一篇博文<Deep Learning 在中文分词和词性标注任务中的应用>中的算法做了一个实现,感觉效果还不错.本文主要是将我在程序实现过程中的一些数学细节整理出来,借此优化一下自己的代码,也希望为对此感兴趣的朋友提供点参考.文中重点介绍训练算法中的模型参数计算,以及 Viterbi 解码算法. 相关链接: <Deep Learning 在中文分词和词性标注任务中的应用> <Deep Learning for Chinese Word Segmentation…
word2vec word2vec/glove/swivel binary file on chinese corpus word2vec: https://code.google.com/p/word2vec/ glove: http://nlp.stanford.edu/projects/glove/ swivel: https://github.com/tensorflow/models/tree/master/swivel http://arxiv.org/abs/1602.02215…