Jasminexjf / char-CNN-text-classification-tensorflow

the implement of text understanding from scratch

Home Page:http://blog.csdn.net/Irving_zhang/article/details/75634108

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

char-CNN-text-classification-tensorflow

Here is an article explaining this code

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

http://blog.csdn.net/Irving_zhang/article/details/75634108


Languages

Language:Python 100.0%