This is a Keras 2.0 (in Jupyther Notebook) implementation of the Convolutional Neural Network for Sentence Classification from the paper of Yoon Kim: https://github.com/yoonkim/CNN_sentence
It is based on Denny Britz's implementation in TensorFlow: https://github.com/dennybritz/cnn-text-classification-tf
Either clone and run in Jupyter or open in Google Colab directly from Github.