List Of All Machine Learning Sorted By CitationWith > 300 citations2013-10-10SeeCitation Analysis Machine Learning And NLPfor more analysisrobert tibs...
分类:
系统相关 时间:
2015-06-20 18:23:57
阅读次数:
381
原文:http://kochiya.me/www/posts/Ipython!.html前几天偶然在公司内网上拖了一本Learning IPython for Interactive Computing and Data Visualizatio,如名字所说,这本书主体内容就是讨论ipython的使...
分类:
编程语言 时间:
2015-06-20 18:14:45
阅读次数:
212
In machine learning, is more data always better than better algorithms?No. There are times when more data helps, there are times when it doesn't.Proba...
分类:
系统相关 时间:
2015-06-20 13:02:57
阅读次数:
151
Caffe学习笔记CaffeCaffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learn...
分类:
其他好文 时间:
2015-06-19 20:08:37
阅读次数:
339
林达华推荐的几本数学书转自:http://dahua.spaces.live.com/default.aspx1.线性代数(Linear Algebra):我想国内的大学生都会学过这门课程,但是,未必每一位老师都能贯彻它的精要。这门学科对于Learning是必备的基础,对它的透彻掌握是必不可少的。我...
分类:
其他好文 时间:
2015-06-19 20:02:56
阅读次数:
186
From: http://blog.csdn.net/itplus/article/details/9361915 本文是对http://mnemstudio.org/path-finding-q-learning-tutorial.htm的翻译,共分两部分,第一部分为中文翻译,第二部分为英...
分类:
编程语言 时间:
2015-06-19 18:41:13
阅读次数:
304
1 package org.apache.storm.storm_core; 2 3 import java.util.Map; 4 5 import backtype.storm.task.OutputCollector; 6 import backtype.storm.task.Topol...
分类:
其他好文 时间:
2015-06-19 14:57:14
阅读次数:
186
phpstorm对于使用PHP开发web的人员来说,是一个非常不错的编辑开发IDE,以前用过sublime,但是相比于storm,sublime在浏览legacy代码,类代码编辑方面明显要逊色不少。project->setting->Autoscroll to source、from sourc.....
分类:
Web程序 时间:
2015-06-19 14:55:46
阅读次数:
122
最近研究上了这个一个东西--极限学习机。 在很多问题中,我大多会碰到两个问题,一个是分类,另一个就是回归。简单来说,分类是给一串数打个标签,回归是把一串数变为一个数。 在这里我们需要处理的数据一般维度都比较高,在处理这两类问题时最简单的方法就是加权。使那些对最终结果影响大的维度的数据的权设大点,影响...
分类:
系统相关 时间:
2015-06-19 13:23:49
阅读次数:
815
本文主要详细地介绍了一种灵活高效地机器学习算法——随机森林(Random Forest)。对其理论研究和工业领域中的应用进行了简单的介绍,并且详细地介绍了它的工作机制,最后用Python进行了实现。
分类:
系统相关 时间:
2015-06-19 13:20:23
阅读次数:
207