02 2015 档案

摘要:第一周:学习PageRank,知识点:每个节点的权值由其他节点的投票决定,所有节点的权值和为1当节点很多时候必须转换成矩阵运算来计算节点的最终值,由马尔可夫链可以证明,这个值可以迭代得到问题:可能出现无出度节点,导致总体失衡解决办法:每个节点的入读权值矩阵M' = 0.8*M + 0.2*1/n,以... 阅读全文
posted @ 2015-02-07 21:17 wangchao719 阅读(461) 评论(0) 推荐(0)
摘要:(defmacro go "Asynchronously executes the body, returning immediately to the calling thread. Additionally, any visible calls to ! and alt!/alts! ch... 阅读全文
posted @ 2015-02-05 13:35 wangchao719 阅读(690) 评论(0) 推荐(0)
摘要:这两天需要使用phantomjs+react生成些图片React->Clojurescript:最开始发现clojurescript中包裹react的还挺多:https://github.com/omcljs/omhttp://holmsand.github.io/reagent/https://g... 阅读全文
posted @ 2015-02-04 11:23 wangchao719 阅读(424) 评论(0) 推荐(0)