Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liu-nlper/DocumentClassification

This code implements a simple CNN model for document classification with tensorflow.
https://github.com/liu-nlper/DocumentClassification

cnn tensorflow

Last synced: about 1 month ago
JSON representation

This code implements a simple CNN model for document classification with tensorflow.

Awesome Lists containing this project

README

        

# Document Classification
This code implements a simple CNN model for document classification with tensorflow.

# Model Structure
![model.png](https://github.com/MRliujiaxin/DocumentClassification/raw/master/model.png)

# Requirements
- Python: 2.7
- Tensorflow: 1.0.0
- Numpy: 1.12.1
- sklearn: 0.18.1
- gensim: 1.0.1
- pickle