Skip to content

Latest commit

 

History

History

Sentiment_Classification_LSTM

Sentiment Classification on IMDB Dataset:

  • Framework used: Keras
  • Implemented using two different architechtures:
    • Using LSTM
    • Using CNN on top of LSTM
  • The trained models are also provided for both methods.
    • model_LSTM.h5
    • model_LSTM_CNN.h5

References: