Skip to content
/ Crepe Public
forked from zhangxiangxiao/Crepe

Text classification from character-level using convolutional networks

License

Notifications You must be signed in to change notification settings

coreyt/Crepe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crepe

This repository contains code in Torch 7 for text classification from character-level using convolution networks. It can be used to reproduce the results in the following article: Xiang Zhang, Yann LeCun. Text Understanding from Scratch. Arxiv 1502.01710.

Components

This repository contains the following components:

  • data: data preprocessing scripts. It can be used to convert csv format to a Torch 7 binary format that can be used by the training program directly. We used csv format to distribute the datasets in our article. The datasets are available at http://goo.gl/JyCnZq.
  • train: training program.

For more information, please refer to the readme files in each component directory.

About

Text classification from character-level using convolutional networks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 98.2%
  • Python 1.8%