Skip to content

This Project Is Sentiment analysis Project to detect Positive replies and Negative replies

Notifications You must be signed in to change notification settings

mamhoud/CapstoneProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is part of my Udacity Nanodegree Program. This is Capstone project in which I have performed sentiment analysis on IMDB dataset.

Source Code

  1. Imdb.py: This class provides re-usable methods to load dataset and perform some pre-processing task on the reviews.
  2. naive-bayes.ipynb: Sentiment analysis using Naive Bayes classification.
  3. rnn-lstm-sentiment.ipynb: Sentiment analysis using RNN/LSTM. ( I support this most )

How to Run

Before running ipynb files ensure that the appropriate file is placed inside dataset directory. Else, modify the path of dataset in the respective ipynb files.

Software Requirements

  • Python 3.6+
  • Tensorflow 1.7
  • Pandas
  • Numpy
  • Matplotlib
  • Scikit-learn
  • Nltk

References

About

This Project Is Sentiment analysis Project to detect Positive replies and Negative replies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published