Skip to content

Commit

Permalink
深度学习-序列建模-读书问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Mowar committed Feb 13, 2019
1 parent 287e0cb commit fbcd810
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,18 @@
* Stanford University-cs229-lecture-note. Andrew Ng. 2008
* 数字经济下的算法力量-阿里算法年度精选集. 阿里巴巴集团,2018
* 模式识别与机器学习. 马春鹏. 2014
* 深度学习. 2017
* 深度学习. 2017

## 深度学习 ##

### 序列建模 ###
* 10.3 -- 10.11 已读
* 联合概率分布和条件概率分母 架构的设计(框图)?
* 序列到向量、向量到序列、固定序列到固定序列、序列到变长序列的设计及其相关细节?(框图)
* 跳跃连接和删除连接的具体图例以及两者的区别?
* 递归神经网络的具体细节以及如何实现?
* 长期依赖的解决方案?
* 回声状态网络?
* 渗漏单元、线性自连接单元、时间尺度是什么以及图例?
* 为什么会产生LSTM、LSTM的灵感、LSTM的设计思想?
* 10.11 需要重读

0 comments on commit fbcd810

Please sign in to comment.