C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2014-04-23 22:07:00
文章来源:http://blog.csdn.net/dongtingzhizi/article/details/15962797PDF下载地址:http://download.csdn.net/detail/lewsn2008/65474631.引言看了Stanford的Andrew Ng老师的机器学习公开课中关于Logistic Regression的讲解,然后又看了《机器学习实战》中的LogisticRegression部分,写下此篇学习笔记总结一.........【阅读全文】
发布时间:2014-04-22 16:10:06
搭建好了可用的Hbase,开始操纵数据。 Hbase数据操作有两种接口,Thrift和REST。效率上Thrift略微占优势,就决定使用Thrift。此外还有Startbase, HappyBase等封装的第三方python接口。 使用Thrift需要知道的两点: 1. Thrift interface 没有load balancing的代码(all load balancing .........【阅读全文】
发布时间:2014-04-21 20:52:01
《暗时间》这本书,第三章讲到思维方法,比如:启发式的思考,根据结论隐藏的信息倒推。总结的很棒,我们解决问题就是用这么几种方法,包括逻辑和数学相关的所有问题。其中提到几个逻辑和编程的问题,我就顺便利用这些思维方法去思考题目的解。下面略举几例。1.100根火柴两个人轮流取,每人每次只能.........【阅读全文】
发布时间:2014-04-18 12:16:43
Create a new repository on the command linetouch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/LaoLiulaoliu/HbaseThrift.git git push -u origin masterPush an existing repository from the command linegit remote add origin https://gi.........【阅读全文】
发布时间:2014-04-17 15:38:53
文章来源:http://blog.cloudera.com/blog/2013/07/guide-to-using-apache-hbase-ports/For those people new to Apache HBase (version 0.90 and later), the configuration of network ports used by the system can be a little overwhelming.In this blog post, you will learn all the TCP ports use.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。