形象描述RNN的输入[batch_size, time_step, input_size]

以下参考了https://www.zhihu.com/question/41949741?sort=created LSTM神经网络输入输出究竟是怎样的?
问题下 Scofield和刘大力的回答

形象描述RNN的输入[batch_size, time_step, input_size]

形象描述RNN的输入[batch_size, time_step, input_size]

RNN的长这个样子
形象描述RNN的输入[batch_size, time_step, input_size]

每个纸片是一个时刻的sentence,一个batch里也有t-1时刻纸片的输出作为t时刻纸片的输入,纸片间是有顺序的

形象描述RNN的输入[batch_size, time_step, input_size]
形象描述RNN的输入[batch_size, time_step, input_size]

相关文章:

  • 2022-12-23
  • 2021-08-01
  • 2021-04-15
  • 2022-01-01
  • 2021-11-14
  • 2022-02-17
  • 2021-08-21
  • 2022-12-23
猜你喜欢
  • 2021-08-31
  • 2021-07-26
  • 2022-12-23
  • 2021-11-29
  • 2021-12-27
  • 2022-02-22
  • 2021-12-05
相关资源
相似解决方案