-
Simplified implementation of "Convolutional Neural Networks for Sentence Classification" paper
-
We introduce a novel approach usingConvolutional NeuralNetwork augmented with multi-word embeddings. The concatenation of embeddings at the embedding layer is utilized to learn local feature for sentenceclassification. Our approach combines i) diverse version of pre-trained wordembeddings and ii) extracts features of the sentence with variable-size convolution filter. We also show the advantages and good performance whencompared with baseline methods in case of disaster data.
- tensorflow
- keras
- ...
- Configure home folder
- run with 'python train.py'
- Check output