摘要:
1. After installing ProbCog,you can run blnquery and mlnquery. If the terminal warns that 'command not found', please install the ProbCog again and co... 阅读全文
摘要:
AMarkov logic network(or MLN) is aprobabilistic logicwhich applies the ideas of aMarkov networktofirst-order logic, enablinguncertain inference. Marko... 阅读全文
摘要:
Tanimoto CoefficientTheTanimoto coefficientbetween two points,aandb, withkdimensions is calculated as:The Tanimoto similarity is only applicable for a... 阅读全文
摘要:
[http://www.statisticshowto.com/what-is-the-pearson-correlation-coefficient/]Correlation between sets of data is a measure of how well they are relate... 阅读全文
摘要:
[http://www.cnblogs.com/coderzh/archive/2008/05/18/1201993.html]multilist=[[0forcolinrange(5)]forrowinrange(3)] 阅读全文
摘要:
转载[http://www.pythonclub.org/python-basic/input]使用input 和 raw_input 都可以读取控制台的输入,但是input和raw_input在处理数字时是有区别的:1. 当输入为纯数字输入时:input返回的是数值类型,如 int floatra... 阅读全文
摘要:
The urllib and urllib2 ModulesFor simple downloads, urllib is quite all right. If you need HTTP authentication or cookies, or you want to write extens... 阅读全文
摘要:
ModulesModules aren't really meant to do things (such as printing text) when they're imported. They are meant to define things, such as variables, fun... 阅读全文
摘要:
Friday, October 231. [道高一尺,墙高一丈:互联网封锁是如何升级的]Monday, October 121. 晕死,忘了ubuntu的登录密码,鼓捣了半个小时,终于成功进入系统了,方法如下:开机按Esc键进入GRUB选单画面,里面有一个RECOVERY MODE,请选取。选后会再... 阅读全文
摘要:
http://www.zhihu.com/question/26717343问:用hexo搭了个blog,之前一直正常,最近在deploy的时候无法连接到github了。fatal: unable to access ‘https://github.com/xxxxx’: Empty reply f... 阅读全文