http://blog.pluskid.org/?p=17
k-means
好久没有写 blog 了,一来是 blog 下线一段时间,而租 DreamHost 的事情又一直没弄好;二来是没有太多时间,天天都跑去实验室。现在主要折腾 Machine Learning 相关的东西,因为很多东西都不懂,所...
分类:
其他好文 时间:
2014-11-17 15:32:27
阅读次数:
515
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 本系列文章是Andrew Ng 在斯坦福的机器学习课程 CS 229 的学习笔记。Machine Learning Algorithms Study Notes系列文...
分类:
系统相关 时间:
2014-11-14 10:30:14
阅读次数:
279
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 2Supervised Learning32.1Perceptron Learning Algorithm (PLA)32.1.1PLA -- "知错能改"演算法42...
分类:
系统相关 时间:
2014-11-13 16:30:48
阅读次数:
527
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 目 录 1Introduction11.1What is Machine Learning11.2学习心得和笔记的框架12Supervised Learning32....
分类:
系统相关 时间:
2014-11-13 16:15:19
阅读次数:
292
Machine Learning:Linear Regression With Multiple Variables
接着上次预测房子售价的例子,引出多变量的线性回归。
接着上次预测房子售价的例子,引出多变量的线性回归。
多变量梯度下降跟单变量一样需同步更新所有的theta值。
进行feature scaling的原因是为了使grad...
分类:
系统相关 时间:
2014-11-07 01:02:19
阅读次数:
413
之前写k-近邻算法(http://boytnt.blog.51cto.com/966121/1569629)的时候,没附上测试数据,这回找了一个,测试一下算法的效果。数据来源于http://archive.ics.uci.edu/ml/machine-learning-databases/breast-cancer-wisconsin/breast-cancer-wisconsin.data,关于乳腺癌的样..
分类:
编程语言 时间:
2014-11-05 17:36:00
阅读次数:
230
简介: Weka的全名是怀卡托智能分析环境(Waikato Environment for Knowledge Analysis),是一款免费的,非商业化的,基于JAVA环境下开源的机器学习(machine learning)以及数据挖掘(data minining)软件。 Weka存储数据的...
分类:
其他好文 时间:
2014-11-05 14:18:28
阅读次数:
209
Machine Learning:Linear Regression With One Variable
机器学习可以应用于计算机视觉,自然语言处理,数据挖掘等领域,可以分为监督学习(Supervised Learning),无监督学习(Unsupervised Learning),强化学习(Reinforcement Learning)等。
首先我们从一个简单...
分类:
系统相关 时间:
2014-11-05 00:30:58
阅读次数:
256
https://github.com/josephmisiti/awesome-machine-learning/blob/master/books.mdMachine-Learning / Data MiningAn Introduction To Statistical Learning - B...
分类:
系统相关 时间:
2014-10-24 10:28:36
阅读次数:
331
0 引言机器学习(machine learning)是人工智能的核心研究领域,是智能信息处理的重要途径。监督学习(supervised learning)是机器学习中研究最多、应用最广泛的一种学习途径。在传统的监督学习中,学习系统通过对大量的有标记训练样本(labeled examples)进行学习...
分类:
其他好文 时间:
2014-10-17 23:08:53
阅读次数:
502