机器学习算法
文章平均质量分 78
m0_38102647
这个作者很懒,什么都没留下…
展开
-
em算法
转载 2018-11-09 13:59:43 · 119 阅读 · 0 评论 -
LDA模型
process4appyModelfileslineslogp(w|α,β)=L(γ,ϕ;α,β)+D(q(θ,z|γ,ϕ)||p(θ,z|w,α,β)) (γ∗,ϕ∗)=argminγ,ϕD(q(θ,z|γ,ϕ)||p(θ,z|w,α,β)) 、https://blog.csdn.net/u011414416/article/detai...转载 2018-11-09 13:58:24 · 116 阅读 · 0 评论 -
word2vec
from gensim.models import word2vec 结果好坏跟训练词库有关。#[['I', 'am', 'hansome'], ['Mu', 'wen', 'looks', 'cool'], ...]# 用生成器的方式读取文件里的句子# 适合读取大容量文件,而不用加载到内存class MySentences(object): def __in...原创 2018-11-09 13:57:55 · 348 阅读 · 0 评论