码迷,mamicode.com
首页 >  
搜索关键字:machine-learning    ( 1129个结果
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
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
Machine Learning in Action -- 树回归
前面介绍线性回归,但实际中,用线性回归去拟合整个数据集是不太现实的,现实中的数据往往不是全局线性的 当然前面也介绍了局部加权线性回归,这种方法有些局限 这里介绍另外一种思路,树回归 基本思路,用决策树将数据集划分成若干个子集,然后再子集上再用线性回归进行拟合 决策树是种贪心算法,最简单典型的决策树算...
分类:其他好文   时间:2014-09-12 18:41:13    阅读次数:350
机器学习(1)之梯度下降(gradient descent)
机器学习(1)之梯度下降(gradient descent)题记:最近零碎的时间都在学习Andrew Ng的machine learning,因此就有了这些笔记。梯度下降是线性回归的一种(Linear Regression),首先给出一个关于房屋的经典例子,面积(feet2)房间个数价格(1000$...
分类:其他好文   时间:2014-09-06 01:00:52    阅读次数:260
Machine Learning in Action -- 回归
机器学习问题分为分类和回归问题 回归问题,就是预测连续型数值,而不像分类问题,是预测离散的类别 至于这类问题为何称为回归regression,应该就是约定俗成,你也解释不通 比如为何logistic regression叫逻辑回归,明明解决的是分类问题,而且和逻辑没有半点关系 谈到回归,最简单的就是...
分类:其他好文   时间:2014-09-05 17:45:41    阅读次数:361
Ceiling analysis
ceiling analysis to decide what to work on next in a machine learning pipeline
分类:其他好文   时间:2014-09-05 00:56:00    阅读次数:311
UVA - 1476 Error Curves (三分搜索)
Description Josephina is a clever girl and addicted to Machine Learning recently. She pays much attention to a method called Linear Discriminant Analysis, which has many interesting properties. I...
分类:其他好文   时间:2014-09-02 17:52:25    阅读次数:296
Machine Learning—Classification and logistic regression
印象笔记同步分享:Machine Learning—Classification and logistic regression...
分类:其他好文   时间:2014-09-01 19:41:34    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!