What's the difference between a bidirectional LSTM and an LSTM?

后端 未结 5 830
闹比i
闹比i 2021-01-29 20:10

Can someone please explain this? I know bidirectional LSTMs have a forward and backward pass but what is the advantage of this over a unidirectional LSTM?

What is each o

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-29 20:30

    It can also be helpful in Time Series Forecasting problems, like predicting the electric consumption of a household. However, we can also use LSTM in this but Bidirectional LSTM will also do a better job in it.

提交回复
热议问题