Skip to content

bhaveshoswal/CNN-text-classification-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 to 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}},
}