kmario23 / deep-learning-drizzle

Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
https://deep-learning-drizzle.github.io
12.04k stars 2.91k forks source link

How is Bi-LSTM implemented by the lstmcell? #27

Closed RunCode90 closed 5 years ago

RunCode90 commented 5 years ago

Hi! In , if the singal lstm is replaced with Bi-LSTM, how can Backward layer in Bi-LSTM be implemented by the lstmcell?

Most important of all, How do the outputs of Forward layer and Backward layer connected correctly?

Look forward for your suggestions. Best wishes.