Skip to content

Irvinglove/char-CNN-text-classification-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

char-CNN-text-classification-tensorflow

Reqirement

  • Python 2.7.6
  • Numpy 1.13.1
  • TensorFlow 1.2.1

Running

python training.py

Models

charCNN.py : 9-layer large convolutional neural network based on raw character.

Dataset

If dataset is not found under datasets_dir, it will be downloaded automatically. The feeding method is used now to get data into TF model.

-- ag: AG is a collection of more than 1 million news articles. News articles have been gathered from more than 2000 news sources by ComeToMyHead in more than 1 year of activity. ComeToMyHead is an academic news search engine which has been running since July, 2004.

About

the implement of text understanding from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages