03 2016 档案

摘要:以前看的国外的一篇文章,用代码解释word2vec训练过程,觉得写的不错,转过来了 原文链接 http://nbviewer.jupyter.org/github/dolaameng/tutorials/blob/master/word2vec-abc/poc/pyword2vec_anatomy. 阅读全文
posted @ 2016-03-07 20:24 木羊羊羊 阅读(2076) 评论(0) 推荐(0)
摘要:map() Return an iterator that applies function to every item of iterable, yielding the results 例如: a = map(lambda x:x**2 ,[1,2,3]) print([b for b in a 阅读全文
posted @ 2016-03-02 22:04 木羊羊羊 阅读(1235) 评论(0) 推荐(0)