Twitter Follow GitHub license

Deep Sequence Classification

Generic library for training models for deep neural networks for text sequence classification tasks.

Usage:

Preprocessing:

data/CV_files/5/file1.xml data/CV_files/5/file2.xml


## Supports:
* Boundary and Category Detection
* Simple RNN and Bidirectional RNN
* Multi task sequence learning (Boundary + Category trained using same model)
* CNN + BRNN

## Coming Up:

## Use Cases:
* Named Entity Recognition
* POS Tagging
* Dependency Parsing

## Author:
* Shubhanshu Mishra

## Dependencies:
* Theano
* Keras
* BeautifulSoup (with lxml)
* numpy
* lxml (requires libxml2, libxslt and libxml2-dev)

Install theano and keras using the following commands:

pip install --user --upgrade --no-deps git+git://github.com/Theano/Theano.git pip install --user --upgrade --no-deps git+git://github.com/fchollet/keras.git