Skip to content

mdenil/txtnets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txtnets

A convolutional neural network library for NLP.

This library is not actively maintained. YMMV.

Installation

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.

You need fftw installed before running setup_environment.sh, eg sudo apt-get install libfftw3-dev libfftw3-doc.

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published