Long Short-Term Memory (LSTM) is a particular type of Recurrent Neural Network (RNN) that can retain important information over time using memory cells. This project includes understanding and ...