Skip to content

This repo contains a proof of concept bi-directional LSTM text classifier written in TensorFlow

Notifications You must be signed in to change notification settings

mgruben/TextClassification

Repository files navigation

TextClassification

A proof of concept bi-directional LSTM text classifier written in TensorFlow.

Introduction

This repo explores sentiment classification on the Cornell Movie Review Dataset and on the Stanford Large Movie Review Dataset.

The purpose of this repo is to explore the stacked, bidirectional LSTM architecture on text input.

stack_bidirectional_rnn

Installation

The preferred method for starting this notebook is to create a new environment in conda:

$ conda create --name TextClassification
$ source activate TextClassification
$ conda install pip
$ pip install -r requirements.txt
$ jupyter notebook 

About

This repo contains a proof of concept bi-directional LSTM text classifier written in TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published