Jsalim / txtnets

A convolutional neural network library for NLP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txtnets

A convolutional neural network library for NLP.

Requires anaconda.

Run ./setup_environment.sh to install a virtualenv with the dependnecies. If you have a gpu run ./setup_environment --cuda instead.

Run scripts in code/ and its subdirectories with ./run.sh script.py args go here.

This code was used for the experiments in

Misha Denil, Alban Demiraj and Nando de Freitas. Extraction of Salient Sentences from Labelled Documents. University of Oxford. 2014.

About

A convolutional neural network library for NLP.


Languages

Language:Python 99.0%Language:Shell 1.0%