It is a simple sentiment analysis network
that I made as a part of my Udacity deep learning nanodegree journey.
- Clone the repo
git clone https://github.com/salehsargolzaee/Sentiment-Analysis-with-Neural-Network
- Change directory to repo folder
cd path/to/repo/folder
- 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
-
Run
jupyter notebook
jupyter notebook
Saleh Sargolzaee - LinkedIn - salehsargolzaee@gmail.com
Project Link: https://github.com/salehsargolzaee/Sentiment-Analysis-with-Neural-Network