Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
This code implements a simple CNN model for document classification with tensorflow.
- Host: GitHub
- URL: https://github.com/liu-nlper/DocumentClassification
- Owner: liu-nlper
- Created: 2017-05-17T16:51:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T11:25:24.000Z (about 3 years ago)
- Last Synced: 2024-04-27T23:57:32.639Z (7 months ago)
- Topics: cnn, tensorflow
- Language: Python
- Homepage:
- Size: 12.4 MB
- Stars: 154
- Watchers: 11
- Forks: 77
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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