• Stars
    star
    152
  • Rank 244,685 (Top 5 %)
  • Language
    Python
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Document Classification

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

Model Structure

model.png

Requirements

  • Python: 2.7
  • Tensorflow: 1.0.0
  • Numpy: 1.12.1
  • sklearn: 0.18.1
  • gensim: 1.0.1
  • pickle