Welcome To My Blogword2vec包含两种框架,一种是CBOW(Continuous Bag-of-Words Model),另一种是Skip-gram(Continuous Skip-gram Model),如下图所示。这两种模型的任务是:进行词的预测,CBOW是预测P(w|co
...
毕设要求翻译5000外文,于是翻译了Mikolov提出word2vec的那篇:Efficient Estimation of Word Representations in Vector Space,标题序号,公式序号,图名称均与原论文一致向量空间中词表示的有效估计
摘要我们提出了两个新颖的模型
...
刚接触动态规划,突然发现这是个很大的领域,所以就先通过别人的分享以及做题逐步总结了.
DynamicProgrammingdynamic programming is a method for solving a complex problem by breaking it down into a
...
开始刷LeetCode,希望能保持每天一道的速度,使用Java,顺便起到学习Java的作用为了避免篇幅较多的问题,我把解题思路及代码放到了github上.
Done
Two Sum (easy) 2018.4.12
Add Two Numbers (medium) 2018.4.13
Longe
...