Skip to content

salehsargolzaee/Sentiment-Analysis-with-Neural-Network

Repository files navigation

Sentiment Analysis of IMDB reviews Using a Neural Network

It is a simple sentiment analysis network
that I made as a part of my Udacity deep learning nanodegree journey.

LinkedIn

Built With

Getting Started

  1. Clone the repo
    git clone https://github.com/salehsargolzaee/Sentiment-Analysis-with-Neural-Network
  2. Change directory to repo folder
    cd path/to/repo/folder
  3. Create an environment with required packages
    conda env create -f environment.yaml
    conda activate sentiment-analysis-neural-network
  • or you can use pip:

    pip install -r requirements.txt
  1. Run jupyter notebook

    jupyter notebook

Contact

Saleh Sargolzaee - LinkedIn - salehsargolzaee@gmail.com

Project Link: https://github.com/salehsargolzaee/Sentiment-Analysis-with-Neural-Network

(back to top)

Releases

No releases published

Packages

No packages published