All Projects → liu-nlper → Documentclassification

liu-nlper / Documentclassification

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Documentclassification

Gtzan.keras
[REPO] Music Genre classification on GTZAN dataset using CNNs
Stars: ✭ 132 (-12.58%)
Mutual labels:  cnn
Keras Vgg16 Places365
Keras code and weights files for the VGG16-places365 and VGG16-hybrid1365 CNNs for scene classification
Stars: ✭ 138 (-8.61%)
Mutual labels:  cnn
Visualizing cnns
Using Keras and cats to visualize layers from CNNs
Stars: ✭ 143 (-5.3%)
Mutual labels:  cnn
Webml Polyfill
A polyfill for Web Neural Network (WebNN) API
Stars: ✭ 133 (-11.92%)
Mutual labels:  cnn
Vpilot
Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.
Stars: ✭ 136 (-9.93%)
Mutual labels:  cnn
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-7.95%)
Mutual labels:  cnn
Object Localization
Object localization in images using simple CNNs and Keras
Stars: ✭ 130 (-13.91%)
Mutual labels:  cnn
Dcrnn pytorch
Diffusion Convolutional Recurrent Neural Network Implementation in PyTorch
Stars: ✭ 146 (-3.31%)
Mutual labels:  cnn
Flownet2 Docker
Dockerfile and runscripts for FlowNet 2.0 (estimation of optical flow)
Stars: ✭ 137 (-9.27%)
Mutual labels:  cnn
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (-5.3%)
Mutual labels:  cnn
Easyocr
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Stars: ✭ 13,379 (+8760.26%)
Mutual labels:  cnn
Ncrfpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Stars: ✭ 1,767 (+1070.2%)
Mutual labels:  cnn
Brdnet
Image denoising using deep CNN with batch renormalization(Neural Networks,2020)
Stars: ✭ 141 (-6.62%)
Mutual labels:  cnn
Mk Tfjs
Play MK.js with TensorFlow.js
Stars: ✭ 133 (-11.92%)
Mutual labels:  cnn
Text Classification Demos
Neural models for Text Classification in Tensorflow, such as cnn, dpcnn, fasttext, bert ...
Stars: ✭ 144 (-4.64%)
Mutual labels:  cnn
Noiseface
Noise-Tolerant Paradigm for Training Face Recognition CNNs
Stars: ✭ 132 (-12.58%)
Mutual labels:  cnn
Pytorch Fcn Easiest Demo
PyTorch Implementation of Fully Convolutional Networks (a very simple and easy demo).
Stars: ✭ 138 (-8.61%)
Mutual labels:  cnn
Awesome Speech Recognition Speech Synthesis Papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
Stars: ✭ 2,085 (+1280.79%)
Mutual labels:  cnn
Tensorflow Class Activation Mapping
Learning Deep Features for Discriminative Localization (2016)
Stars: ✭ 147 (-2.65%)
Mutual labels:  cnn
Self Driving Car 3d Simulator With Cnn
Implementing a self driving car using a 3D Driving Simulator. CNN will be used for training
Stars: ✭ 143 (-5.3%)
Mutual labels:  cnn

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].