jamesrequa / Sentiment-Analysis-RNN

A recurrent neural network that performs sentiment analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurrent Neural Network for Sentiment Analysis (work in progress)

This is a Recurrent Neural Network (i.e. RNN) for Sentiment Analysis. I am using a dataset containing IMDB reviews.

The network architecture consists of an embedded layer, LSTM cells, and sigmoid output layer. Built on TensorFlow, written in Python 3 and presented via Jupyter Notebook.

About

A recurrent neural network that performs sentiment analysis


Languages

Language:Jupyter Notebook 100.0%