摘要:
markable http://markable.in/editor/马克飞象 http://maxiang.info/ 阅读全文
摘要:
互信息概念 http://blog.csdn.net/daringpig/article/details/8556135 阅读全文
摘要:
1 /* 2 fill 3 将[first, last) 内所有元素该填新值 4 */ 5 template 6 void fill (ForwardIterator first, ForwardIterator last, const T& value) { 7 fo... 阅读全文
摘要:
tornadomeet http://www.cnblogs.com/tornadomeet/tag/Deep%20Learning/default.html?page=3 阅读全文
摘要:
k-means http://www.cnblogs.com/jerrylead/archive/2011/04/06/2006910.htmlDBSCAN http://blog.csdn.net/itplus/article/details/10088625 http://w... 阅读全文
摘要:
二项分布 beta分布多项分布 gamma分布一元高斯分布多元高斯分布 http://www.docin.com/p-121202383.html 阅读全文
摘要:
Source:http://www.positivityblog.com/index.php/2007/09/05/7-habits-of-highly-ineffective-people/7 Habits of Highly Ineffective PeopleBy Henrik EdbergWith a twist to the common list of habits that are useful to establish, here are 7 habits that you do best to avoid.Just like finding habits that can b 阅读全文
摘要:
谱聚类http://blog.pluskid.org/?p=287Qt Graphics View 框架http://yleesun.blog.163.com/blog/static/2941340220096110165817/谷歌编码规范http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml匈牙利命名法http://blog.csdn.net/buglu/article/details/953492http://blog.chinaunix.net/uid-15218907-id-2774443.htmlhttp://w 阅读全文
摘要:
1.单客户端模式的程序 来源:《Linux程序设计》第4版 15.2节/*----头文件与变量声明-----------------------------------------------------*/#include #include #include #include #include #include #include int main(){ int sockfd; int len; struct sockaddr_in address; int result; char ch = 'A';/*--为客户建立一个套接字------------... 阅读全文
摘要:
kNN 文本分类K-means 文本聚类1.预处理标签处理分词标注 ictclas-linux32-jni去停用词2.倒排索引,词频统计3.特征选择信息增益 http://www.blogjava.net/zhenandaci/archive/2009/03/24/261701.html卡方统计 http://hi.baidu.com/bjwyl66/item/4b578612bc934e572a3e22d04.分类器svm knn 5.性能评价正确率召回率F1测度 阅读全文