Deep Neural..
Neural netw..
Google 深度学习笔记 (Google Deep Learning Notes)
Limit of Linear Model
实际要调整的参数很多
如果有N个Class,K个Label,需要调整的参数就有(N+1)K个
Linear Model不能应对非线性的问题
Linear Model的好处
GPU就是设计用于大矩阵相乘的,因此它们用来计算Linear Model非常高效
Stable:input的微小改变不会很大地影响output
求导方便:线性求导是常数
我们想要参数函数是线性的,但整个model是非线性的
所以需要对各个线性模型做非线性组合
最简单的非线性组合:分段线性函数(RELU)
书籍推荐
吴恩达cs229
jiacheng-pan
•
machine-learning
•
15页
•
2019年5月12日
0
人工智能知识树
ApacheCN
•
machine-learning
•
1页
•
2019年5月26日
119
AiLearning: 机器学习
ApacheCN
•
machine-learning
•
20页
•
2019年5月26日
14197
postgresql教程
hfpp2012
•
postgresql
•
17页
•
2021年10月24日
9
Go实战开发
astaxie
•
go
•
14页
•
2018年5月3日
2789
React 入门教程
hulufei
•
react
•
23页
•
2018年6月5日
328
小字
大字
宋体
黑体
白天
护眼
夜晚
封面
简介
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笔记