/ NLP Learning /
结合python学习自然语言处理
目录
- python实现语言模型
- python实现HMM
- python实现PCFG
- pytorch&tensorflow实现word2vec (CBOW softmax, CBOW negative_sampling, Skipgram softmax, Skipgram negative_sampling)
- reading comprehension 阅读理解任务
- tfidf + 朴素贝叶斯
- text_similarity 文本相似度计算
- 从特征值特征向量去理解PCA
- SVD的原理及LSA的求解