摘要: https://en.wikipedia.org/wiki/Maximum_likelihood_estimation http://mathworld.wolfram.com/MaximumLikelihood.html 阅读全文
posted @ 2016-12-08 23:12 papering 阅读(140) 评论(0) 推荐(0) 编辑
摘要: http://nichol.as/papers/Lowe/Distinctive Image Features from Scale-Invariant.pdf Abstract This paper presents a method for extracting distinctive inva 阅读全文
posted @ 2016-12-08 20:08 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: http://u.cs.biu.ac.il/~koppel/papers/male-female-text-final.pdf Abstract. This paper explores differences between male and female writing in a large s 阅读全文
posted @ 2016-12-08 20:05 papering 阅读(256) 评论(0) 推荐(0) 编辑
摘要: Computer Systems A Programmer's Perspective Second Edition Modern compilers employ sophisticated algorithms to determine what values are computed in a 阅读全文
posted @ 2016-12-08 19:59 papering 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Computational Linguistics http://matplotlib.org/ https://github.com/matplotlib/matplotlib/blob/master/INSTALL#L59 http://www.nltk.org/book/ch01.html#i 阅读全文
posted @ 2016-12-08 16:21 papering 阅读(399) 评论(0) 推荐(0) 编辑
摘要: http://www.nltk.org/ >>> import nltk >>> nltk.download() 阅读全文
posted @ 2016-12-08 13:10 papering 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Moving scalars to or from floating point registers movss moves a single 32 bit floating point value to or from an XMM register movsd moves a single 64 阅读全文
posted @ 2016-12-08 12:43 papering 阅读(216) 评论(0) 推荐(0) 编辑