使用基于Apache Spark的随机森林方法预测贷款风险 使用基于Apache Spark的随机森林方法预测贷款风险 原文:Predicting Loan Credit Risk using Apache Spark Machine Learning Random Forests 作者:Carol ...
分类:
Web程序 时间:
2016-11-11 09:34:41
阅读次数:
478
Building Machine Learning Systems with Python ------------------- 代码: https://github.com/Leechen2014/1400OS_01_Codes author 振在远方 ---------------------... ...
分类:
其他好文 时间:
2016-11-09 22:38:47
阅读次数:
218
Step 1: Basic Python Skills install Anacondaincluding numpy, scikit-learn, and matplotlib Step 2: Foundational Machine Learning Skills Unofficial Andr ...
分类:
编程语言 时间:
2016-10-30 11:31:24
阅读次数:
252
CNCC - 2016 | 机器学习(原文链接) Machine Learning - ML,机器学习是人工智能AI的一个分支。 参考: ; ...
分类:
其他好文 时间:
2016-10-24 23:32:35
阅读次数:
366
课程地址:https://www.coursera.org/learn/machine-learning/lecture/8SpIM/gradient-descent 一 Model and Cost Function 模型及代价函数 1 Model Representation 模型表示 首先,教 ...
分类:
其他好文 时间:
2016-10-10 13:32:27
阅读次数:
250
《Machine Learning》,作者Tom Mitchell,卡内基梅隆大学。 第一章 引言 1.1 学习问题的标准描述: 机器学习的定义: 如果一个计算机程序针对某类任务T的用P衡量的性能根据经验E来自我完善, 那么我们称这个计算机程序在从E中学习,针对某类任务T,它的性能用P来衡量。 例子 ...
分类:
其他好文 时间:
2016-10-08 20:00:00
阅读次数:
185
http://www.cs.cmu.edu/~avrim/courses.html Foundations of Data Science Avrim Blum, www.cs.cornell.edu/jeh/bookJan25_2016.pdf ...
分类:
系统相关 时间:
2016-10-08 01:49:04
阅读次数:
162
https://www.analyticsvidhya.com/blog/2015/08/common-machine-learning-algorithms/?spm=5176.100239.blogcont61037.12.0MhmIg https://yq.aliyun.com/article ...
分类:
编程语言 时间:
2016-10-07 01:52:20
阅读次数:
860
In the first installment of this series, we scraped reviews from Goodreads. In thesecond one, we performed exploratory data analysis and created new v ...
分类:
系统相关 时间:
2016-10-03 14:53:22
阅读次数:
337
PCA最主要的用途是用来减少特征向量的数目,N个特征向量 减小到 K个特征向量。如果为了可视化,k可以使3 或者 2。这样可以加速算法的学习速度。 PCA用来压缩图像同一有效。 具体方式以及原理在gitlab上,学习源来自 stanford的machine learning 公开课。 ...
分类:
系统相关 时间:
2016-10-02 12:51:49
阅读次数:
192