Limit of Li..
神经网络实践
Google 深度学习笔记 (Google Deep Learning Notes)
Neural network
用一个RELU作为中介,一个Linear Model的输出作为其输入,其输出作为另一个Linear Model的输入,使其能够解决非线性问题
神经网络并不一定要完全像神经元那样工作
Chain Rule:复合函数求导规律
大量可重用的数据,易于实现(简单的数据流)
Back propagation
计算train_loss时,数据正向流入,计算梯度时,逆向计算
计算梯度需要的内存和计算时间是计算train_loss的两倍
利用上面的知识,结合lesson1中的SGD,训练一个全连接神经网络:
神经网络实践
扩展阅读:
西瓜书第五章·神经网络
书籍推荐
机器学习实战
RedstoneWill
•
machine-learning
•
24页
•
2018年6月29日
7
机器学习原理
shunliz
•
machine-learning
•
221页
•
2018年6月24日
2
AiLearning: 机器学习
ApacheCN
•
machine-learning
•
20页
•
2019年5月26日
14197
超级棒的"派神"书
zhaoolee
•
python
•
34页
•
2018年5月1日
2
命令行的艺术
jlevy
•
linux
•
34页
•
2019年5月26日
46710
Microsoft Visual Studio Code 中文手册
likebeta
•
visualstudio
•
66页
•
2018年6月29日
0
小字
大字
宋体
黑体
白天
护眼
夜晚
封面
简介
Lesson 1
Machine Learning to Deep Learning
Logistic Classification
Logistic Classification实践
Stochastic Optimization
Lesson 2
Deep Neural Network
Limit of Linear Model
Neural network
神经网络实践
优化神经网络:
Deep Network
深度神经网络实践
Lesson 3
Convolutional Networks
卷积神经网络实践
Lessson 4
Deep Models for Text and Sequence
循环神经网络实践
NumPy笔记
matplotlib笔记
sklearn笔记
TensorFlow笔记