项目作者: bagheri365

项目描述 :
Sentiment Analysis of IMDB Movie Reviews
高级语言: Jupyter Notebook
项目地址: git://github.com/bagheri365/Sentiment-Analysis.git
创建时间: 2019-09-20T02:33:02Z
项目社区:https://github.com/bagheri365/Sentiment-Analysis

开源协议:

下载


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