聚类算法在数据挖掘里面被称之为无监督学习(unsupervised learning),这是与监督学习(supervised learning)相对的。在它们两者之间还一种叫做半监督学习(semi-supervised learning)聚类算法的一般过程分为:1. 读入需预测样本2. 初始化聚类算...
分类:
其他好文 时间:
2014-09-18 20:18:04
阅读次数:
381
What is Shark?SHARK is a fast, modular, feature-rich open-source C++ machine learning libraryBecause of Installing Shark depending on Boost and CMakeI...
分类:
其他好文 时间:
2014-09-16 23:33:41
阅读次数:
201
背景: 最近关注的InfoQ微信号中冒出来好多关于Docker的信息,无意间打开了几则,觉得Docker这种技术很吸引我,虽然还没有完全理解Docker为何物?也没有搜索到很好的学习资料,在此仅简单的记录一下自己的一知半解,以备不时之需。...
分类:
系统相关 时间:
2014-09-14 22:10:47
阅读次数:
346
The goal of whitening is to make the input less redundant; more formally, our desiderata are that our learning algorithms sees a training input where ...
分类:
其他好文 时间:
2014-09-14 17:53:27
阅读次数:
301
印象笔记同步分享:Machine Learning—分类和聚类,监督学习和非监督学习...
分类:
其他好文 时间:
2014-09-14 01:24:16
阅读次数:
193
印象笔记同步分享:Machine Learning—决策树...
分类:
其他好文 时间:
2014-09-14 01:23:56
阅读次数:
137
印象笔记同步分享:Machine Learning—k-nearest
neighbor classification(k近邻分类)...
分类:
其他好文 时间:
2014-09-14 01:23:36
阅读次数:
168
An autoencoder neural network is an unsupervised learning algorithm that applies backpropagation, setting the target values to be equal to the inputs....
分类:
其他好文 时间:
2014-09-13 15:50:55
阅读次数:
313
前面介绍线性回归,但实际中,用线性回归去拟合整个数据集是不太现实的,现实中的数据往往不是全局线性的 当然前面也介绍了局部加权线性回归,这种方法有些局限 这里介绍另外一种思路,树回归 基本思路,用决策树将数据集划分成若干个子集,然后再子集上再用线性回归进行拟合 决策树是种贪心算法,最简单典型的决策树算...
分类:
其他好文 时间:
2014-09-12 18:41:13
阅读次数:
350
在以前的版本使用default_scope:default_scope:order=>‘title‘现在使用rails4的时候报错,参考(hellolucky‘sblog)http://blog.hellolucky.info/articles/ruby-on-rails-rails4-learning-experience-finishing-rails-4-zombie-outlaws-1/现在是这么用的default_scope{ord..
分类:
其他好文 时间:
2014-09-08 10:58:47
阅读次数:
332