scikit-learn是一个用于机器学习的 Python 模块,建立在SciPy基础之上.主要特点:操作简单、高效的数据挖掘和数据分析无访问限制,在任何情况下可重新使用建立在NumPy、SciPy 和 matplotlib基础上使用商业开源协议——BSD许可证重要链接:官方源代码报告:https:...
分类:
其他好文 时间:
2015-01-03 14:31:43
阅读次数:
157
As reading the C++ template metaprogramming, I learn the famous saying in software engineering again. How to understand this remark in the context of ...
分类:
其他好文 时间:
2015-01-02 23:38:31
阅读次数:
273
AFNetworking速成教程(1)Scott Sherwoodon March 26, 2013Tweet这篇文章还可以在这里找到英语Learn how to use AFNetworking: an easy to use network API for iOS!本文是由 iOS Tutori...
分类:
Web程序 时间:
2014-12-31 22:46:10
阅读次数:
432
The problem: (The code of dynamic programming is very concise and elegant. You must learn it!)Given a stringS, find the longest palindromic substring ...
分类:
其他好文 时间:
2014-12-30 13:16:09
阅读次数:
171
merge git merge是我们要学习的合并工作的第一个方法。合并产生一个特殊的提交记录,它包含两个唯一父提交。有两个父提交的提交记录本质上是:“我想把这两个父提交本身及它们的父提交集合都包含进来。” 1. 有共同祖先,但非直接上下游关系的分支 根据C1、C2、C3这三个提交对象(C1是C2.....
分类:
其他好文 时间:
2014-12-29 21:15:43
阅读次数:
2377
参考:1、http://code.tutsplus.com/tutorials/learn-java-for-android-development-checking-object-type-with-instanceof--mobile-26262、http://www.cnblogs.com/r...
分类:
其他好文 时间:
2014-12-28 23:27:49
阅读次数:
201
/// ///參考: http://james.newtonking.com/json/help/index.html# /// 塗聚文(Geovin Du) 20141228 /// 捷為工作室 /// public partial class _Default...
参考视频http://www.imooc.com/learn/163 $value) { //如果键名是数字,则改为格式 $attr = ''; if (is_numeric($key)) { $attr = " id='{$key}'"; $key ...
分类:
移动开发 时间:
2014-12-27 22:55:55
阅读次数:
1043
scikit-learn中PCA的使用方法
@author:wepon
@blog:http://blog.csdn.net/u012162613/article/details/42192293
在前一篇文章 主成分分析(PCA) 中,我基于python和numpy实现了PCA算法,主要是为了加深对算法的理解,算法的实现很粗糙,实际应用中我们一般调用成熟的包,本文就结束...
分类:
其他好文 时间:
2014-12-27 17:40:42
阅读次数:
497
引入
一个机器可以根据照片来辨别鲜花的品种吗?在机器学习角度,这其实是一个分类问题,即机器根据不同品种鲜花的数据进行学习,使其可以对未标记的测试图片数据进行分类。
这一小节,我们还是从scikit-learn出发,理解基本的分类原则,多动手实践。
Iris数据集
Iris flower数据集是1936年由Sir Ronald Fisher引入的经典多维数据集,可以作为判别分析(...
分类:
编程语言 时间:
2014-12-25 11:19:34
阅读次数:
402