danielmachinelearning / SentimentAnalysis_CNN_RNN

An example of a sentiment analysis program, used on the IMDB movie review dataset. The program uses the Keras deep learning library. First, it imports the IMDB movie set, then uses a Convolutional Neural Network (CNN) to extract out invariant features detailing a good or bad movie review. Finally, it passes it through a recursive neural netwo…
23Updated 7 years ago

Related projects

Alternatives and complementary repositories for SentimentAnalysis_CNN_RNN