Skip to content

valkoz/SentimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis with LSTM networks

Base info

This repo contains:

  • iPython notebook
  • raw dataset
  • prepared dataset
  • wordVector and WordList data

The NN's output is numeric vector. This vector contains of 5 values: []

Requirements and Installation

In order to run the iPython notebook, you'll need the following libraries.

Installation guide (Ubuntu 16.04)

conda create -n tensorflow-v1.6 python=3.6
conda list
source activate tensorflow-v1.6

pip install tensorflow
conda install ipython
conda install jupyter
conda install matplotlib
conda install ipykernel

jupyter notebook

About

Sentiment Analysis with LSTM Neural Networks | NRNU MEPhI (spring 2018)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors