决策树之ID3算法 Content 1.ID3概念 2.信息熵 3.信息增益 Information Gain 4. ID3 bias 5. Python算法实现(待定) 一、ID3概念 ID3算法最早是由罗斯昆(J. Ross Quinlan)于1975年在悉尼大学提出的一种分类预测算法,算法的核 ...
分类:
编程语言 时间:
2018-01-10 13:55:59
阅读次数:
266
1.视频:https://morvanzhou.github.io/tutorials/machine-learning/keras/2-2-classifier/ 2.敲了代码,但是运行结果不懂,明天运行一下源码看是什么意思 3.步骤: (数据预处理) 建立神经网络 建立模型 优化器(可通过修改参 ...
分类:
其他好文 时间:
2018-01-07 11:33:13
阅读次数:
136
莫凡PyTorch视频教程 + https://morvanzhou.github.io/tutorials/machine learning/torch/ ...
分类:
其他好文 时间:
2018-01-06 16:06:02
阅读次数:
147
What is Machine Learning? Two definitions of Machine Learning are offered. Arthur Samuel described it as: "the field of study that gives computers the ...
分类:
系统相关 时间:
2018-01-04 00:26:18
阅读次数:
182
0.背景 通过对《tensorflow machine learning cookbook》第9章第3节"implementing_lstm"进行阅读,发现如下形式可以很方便的进行训练和预测,通过类进行定义,并利用了tf中的变量重用的能力,使得在训练阶段模型的许多变量,比如权重等,能够直接用在预测阶 ...
分类:
其他好文 时间:
2018-01-02 15:17:30
阅读次数:
198
自动算法的机器学习: Machine Learning for Automated Algorithm Design. http://www.ml4aad.org/ ...
分类:
系统相关 时间:
2017-12-31 18:52:49
阅读次数:
188
Learning Goals Understand what multi-task learning and transfer learning are Recognize bias, variance and data-mismatch by looking at the performances ...
分类:
系统相关 时间:
2017-12-26 22:45:24
阅读次数:
256
《深度学习》(Deep Learning)中文版pdf, 百度网盘: https://pan.baidu.com/s/1jHDiQTg 《机器学习导论》(Introduction to Machine Learning) 中文第二版pdf, 百度网盘:https://pan.baidu.com/s/ ...
分类:
其他好文 时间:
2017-12-26 22:01:17
阅读次数:
207
http://blog.csdn.net/shadow_mi/article/details/51832334 , 我看了其中的Introduction to machine learning .Ethem ,即机器学习导论第二版,感觉还能看得下去。 别的: https://book.douban. ...
分类:
其他好文 时间:
2017-12-26 21:03:36
阅读次数:
187
其实一年前就想要学Python,但一直没有强大的动力驱使。这不,在UWO的Machine Learning课程会有大量的Python编程,给了自己一个契机。 1、Python下载安装 地址:https://www.python.org/downloads/ 我选择的是3.6版本,安装的时候自动加了环 ...
分类:
编程语言 时间:
2017-12-22 22:58:49
阅读次数:
238