2 Star 2 Fork 1

greener / CS329P实用机器学习课程笔记

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
3.7-循环神经网络.md 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yuliang Zhu 提交于 2022-01-17 00:15 . Chapter 3 to now

循环神经网络

  • 带有时间序列信息
    • 用前一刻的隐藏态
  • 循环的意思是
    • 当前的输出隐藏态 $H$ 作为下一刻的输入隐藏态

Bi-RNN and Deep RNN

  • 双向,双RNN
  • 多层RNN

模型选择

-不同模型对应不同数据

graph TB
id11[Tabular]
id12[Text/Speech]
id13[Images/Audio/Video]
id11-->id21[Tree] & id22[MLP]
id12-->id23[RNN] & id24[Transfomer]
id13-->id25[CNN] & id24
1
https://gitee.com/greener/cs329p-note.git
git@gitee.com:greener/cs329p-note.git
greener
cs329p-note
CS329P实用机器学习课程笔记
master

搜索帮助