Skip to content

mhjabreel/CharCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CharCNN

MIT

This repository contains my implementation using Textify for Character-level Convolutional Networks for Text Classification. It can be used to reproduce the results in the following article:

Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015)

Alt text

How to use

First, install Textify:.

    pip install git+https://github.com/mhjabreel/Textify.git

Then, run the follwoing command to train the model:

    textify train_and_eval --config configs/model.yml configs/data.yml configs/train.yml

License

Copyright (c) 2016 Mohammed Jabreel

The source code is distributed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages