项目作者: bagheri365
项目描述 :
Sentiment Analysis of IMDB Movie Reviews
高级语言: Jupyter Notebook
项目地址: git://github.com/bagheri365/Sentiment-Analysis.git
Sentiment Analysis of IMDB Movie Reviews using Convolutional Neural Network (CNN) with Hyperparameters Tuning
In this repository, I share my practice in sentiment analysis of IMDB movie reviews using CNN with hyperparameters tuning.
Table of contents
- Data
- Load IMDB movie reviews
- Decode reviews from index
- Truncate and pad the review sequences
- Build the model
- Create the model
- Tune hyperparameters
- Train the model
- Evaluate the model
- Reference