somTian / CNN-text-classification-keras

Text Classification by Convolutional Neural Network in Keras

Home Page:https://github.com/bhaveshoswal/CNN-text-classification-keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNN-text-classification-keras

It is simplified implementation of Implementing a CNN for Text Classification in TensorFlow in Keras as functional api

Requirements

Traning

Run the below command and it will run for 100 epochs if you want change it just open model.py

python model.py

For new data

you have rebuild the vocabulary and then train.

For Citation

@misc{bhaveshoswal,
  author = {Bhavesh Vinod Oswal},
  title = {CNN-text-classification-keras},
  year = {2016},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/bhaveshoswal/CNN-text-classification-keras}},
}

About

Text Classification by Convolutional Neural Network in Keras

https://github.com/bhaveshoswal/CNN-text-classification-keras


Languages

Language:Python 100.0%