Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4563231
  • 博文数量: 1214
  • 博客积分: 13195
  • 博客等级: 上将
  • 技术积分: 9105
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-19 14:41
个人简介

C++,python,热爱算法和机器学习

文章分类

全部博文(1214)

文章存档

2021年(13)

2020年(49)

2019年(14)

2018年(27)

2017年(69)

2016年(100)

2015年(106)

2014年(240)

2013年(5)

2012年(193)

2011年(155)

2010年(93)

2009年(62)

2008年(51)

2007年(37)

发布时间: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部分,写下此篇学习笔记总结一.........【阅读全文】

阅读(29057) | 评论(2) | 转发(0)

发布时间:2014-04-22 16:10:06

  搭建好了可用的Hbase,开始操纵数据。  Hbase数据操作有两种接口,Thrift和REST。效率上Thrift略微占优势,就决定使用Thrift。此外还有Startbase, HappyBase等封装的第三方python接口。 使用Thrift需要知道的两点: 1. Thrift interface 没有load balancing的代码(all load balancing .........【阅读全文】

阅读(7170) | 评论(1) | 转发(0)

发布时间:2014-04-21 20:52:01

     《暗时间》这本书,第三章讲到思维方法,比如:启发式的思考,根据结论隐藏的信息倒推。总结的很棒,我们解决问题就是用这么几种方法,包括逻辑和数学相关的所有问题。其中提到几个逻辑和编程的问题,我就顺便利用这些思维方法去思考题目的解。下面略举几例。1.100根火柴两个人轮流取,每人每次只能.........【阅读全文】

阅读(5199) | 评论(7) | 转发(2)

发布时间: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.........【阅读全文】

阅读(1261) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1112) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

北大未名居士2013-03-08 10:16

回复  |  举报

北大未名居士2013-03-08 10:16

回复  |  举报

pureal2012-05-09 12:01

你好,看到一个帖子发现你看过APUE2英文版,我也刚好看到读写锁,写饿死的问题。所以想认识交流下,我没找到你的邮箱,我的是dwdang@126.com

回复  |  举报

大鬼不动2010-09-23 00:47

回复  |  举报

chinaunix网友2009-10-12 16:19

你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册