It is simplified implementation of Implementing a CNN for Text Classification in TensorFlow in Keras as functional api
Run the below command and it will run for 100 epochs if you want change it just open model.py
python model.py
You have to rebuild the vocabulary and then train.
@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}},
}