Azure Machine Learning(简称“AML”)是微软在其公有云Azure上推出的基于Web使用的一项机器学习服务,机器学习属人工智能的一个分支,它技术借助算法让电脑对大量流动数据集进行识别。这种方式能够通过历史数据来预测未来事件和行为,其实现方式明显优于传统的商业智能形式。微软的目标...
分类:
系统相关 时间:
2015-05-31 01:14:55
阅读次数:
4324
How to Evaluate Machine Learning Models, Part 4: Hyperparameter TuningIn the realm of machine learning, hyperparameter tuning is a “meta” learning tas...
分类:
系统相关 时间:
2015-05-28 19:51:53
阅读次数:
180
http://blog.dato.com/how-to-evaluate-machine-learning-models-part-1-orientationhttp://blog.dato.com/how-to-evaluate-machine-learning-models-part-2a-cl...
分类:
系统相关 时间:
2015-05-28 08:14:17
阅读次数:
231
3.多变量线性回归 (Linear Regression with multiple variable)
3.1 多维特征(Multiple Features)
3.2 多变量梯度下降(Gradient descent for multiple variables)
3.3 特征缩放(feature scaling)
3.4 学习率(Learning rate)...
分类:
其他好文 时间:
2015-05-27 14:00:37
阅读次数:
173
Machine Learning in Action、Sparkhttp://www.cnblogs.com/kobedeshow/
分类:
其他好文 时间:
2015-05-27 13:50:04
阅读次数:
118
Here is a nicely complied list of machine learning algorithm cheat sheets. Flowcharts are probably the most efficient way to learn how to do machine l...
分类:
编程语言 时间:
2015-05-27 13:38:02
阅读次数:
1095
单变量线性回归(Linear Regression with One Variable)2.1 模型表达(Model Representation)
m 代表训练集中实例的数量
x 代表特征/输入变量
y 代表目标变量/输出变量
(x,y) 代表训练集中的实例
(x(i),y(i) ) 代表第 i 个观察实例
h 代表学习算法的解决方案或函数也称为假设(hypothesis) 单变量线性回归:只含...
分类:
其他好文 时间:
2015-05-25 11:31:53
阅读次数:
218
可以选择合适的feature例如在预测房子的价格与地基的长与宽之间的关系时,可以将地基的长与宽(两个feature)可以合并为一个feature---面积polynomial regressionquadratic modelcubic modelsquare root function
分类:
系统相关 时间:
2015-05-24 17:20:05
阅读次数:
133
degugging:make sure gradient descent is working correctlycost function(J(θ)) of Number of iteration运行错误的图象是什么样子的运行正确的图象是什么样子的how to choose learning ra...
分类:
系统相关 时间:
2015-05-24 17:00:58
阅读次数:
141
原文作者:aihorizon.com原文链接:Machine Learning, Part I: Supervised and Unsupervised Learning译者:commondata监督学习是指我们来教计算机如何“学习”,非监督学习是指让计算机自己学习。监督学习又有两个大的分支,一个是...
分类:
其他好文 时间:
2015-05-24 15:32:54
阅读次数:
909