码迷,mamicode.com
首页 >  
搜索关键字:maching learning    ( 4462个结果
weka学习(聚类算法)
聚类算法在数据挖掘里面被称之为无监督学习(unsupervised learning),这是与监督学习(supervised learning)相对的。在它们两者之间还一种叫做半监督学习(semi-supervised learning)聚类算法的一般过程分为:1. 读入需预测样本2. 初始化聚类算...
分类:其他好文   时间:2014-09-18 20:18:04    阅读次数:381
The steps for installing Shark
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
日积月累Learning Linux(二):Docker初认识
背景: 最近关注的InfoQ微信号中冒出来好多关于Docker的信息,无意间打开了几则,觉得Docker这种技术很吸引我,虽然还没有完全理解Docker为何物?也没有搜索到很好的学习资料,在此仅简单的记录一下自己的一知半解,以备不时之需。...
分类:系统相关   时间:2014-09-14 22:10:47    阅读次数:346
Whitening
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 —Machine learning :分类和聚类,监督学习和非监督学习
印象笔记同步分享:Machine Learning—分类和聚类,监督学习和非监督学习...
分类:其他好文   时间:2014-09-14 01:24:16    阅读次数:193
Machine Learning—决策树
印象笔记同步分享:Machine Learning—决策树...
分类:其他好文   时间:2014-09-14 01:23:56    阅读次数:137
Machine Learning—k-nearest neighbor classification(k近邻分类)
印象笔记同步分享:Machine Learning—k-nearest neighbor classification(k近邻分类)...
分类:其他好文   时间:2014-09-14 01:23:36    阅读次数:168
Autoencoders and Sparsity(一)
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
Machine Learning in Action -- 树回归
前面介绍线性回归,但实际中,用线性回归去拟合整个数据集是不太现实的,现实中的数据往往不是全局线性的 当然前面也介绍了局部加权线性回归,这种方法有些局限 这里介绍另外一种思路,树回归 基本思路,用决策树将数据集划分成若干个子集,然后再子集上再用线性回归进行拟合 决策树是种贪心算法,最简单典型的决策树算...
分类:其他好文   时间:2014-09-12 18:41:13    阅读次数:350
default_scope 排序的使用
在以前的版本使用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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!