2 传统RNN模型

学习目标

1 传统RNN的内部结构图

1.1 RNN结构分析

$h_t = tanh(W_t[X_t, h_{t-1}] + b_t)$

image.png

1.2 使用Pytorch构建RNN模型

这12个参数要理解好了