转载地址:http://blog.csdn.net/u012436149/article/details/52887091

基本LSTM

tensorflow提供了LSTM实现的一个basic版本,不包含lstm的一些高级扩展,同时也提供了一个标准接口,其中包含了lstm的扩展。分别为:tf.nn.rnn_cell.BasicLSTMCell(), tf.nn.rnn_cell.LSTMCell()

LSTM的结构
tensorflow学习笔记:LSTM 与 GRU

tensorflow学习笔记:LSTM 与 GRU

tensorflow学习笔记:LSTM 与 GRU

tensorflow中的BasicLSTMCell()是完全按照这个结构进行设计的

后续内容请看原up主,实在太难复制了

相关文章:

  • 2021-11-15
  • 2022-03-01
  • 2022-01-06
  • 2021-04-08
  • 2021-10-27
  • 2021-07-15
  • 2021-04-03
猜你喜欢
  • 2021-07-21
  • 2021-06-12
  • 2021-09-17
  • 2021-04-13
  • 2021-11-23
  • 2021-06-19
  • 2021-05-06
相关资源
相似解决方案