jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

Error in diagram t81_558_class_10_2_lstm.ipynb #31

Closed antgr closed 5 years ago

antgr commented 5 years ago

In the detailed diagram of lstm cell, you need to write y_t and not y_t+1 (the same applies to c_t+1 )

jeffheaton commented 5 years ago

Thanks, I just had a look. I agree, will update the diagram soon.