What is num_units in tensorflow BasicLSTMCell?

后端 未结 11 1629
北恋
北恋 2020-12-12 10:13

In MNIST LSTM examples, I don\'t understand what \"hidden layer\" means. Is it the imaginary-layer formed when you represent an unrolled RNN over time?

Why is the <

11条回答
  •  抹茶落季
    2020-12-12 10:52

    I think this is a correctly answer for your question. LSTM always make confusion.

    You can refer this blog for more detail Animated RNN, LSTM and GRU

提交回复
热议问题