Layer one: Input layer
Layer two: keras' Embedding layer, note that i used GloVe's pretrained word embeddings
Layer three: Global max pooling
Layer four: 10 neurons Dense layer with relu activation
Layer five: 1 neuron Dense layer with sigmoid activation
Training Accuracy: 1.0000
Testing Accuracy: 0.7680
Training Accuracy: 1.0000
Testing Accuracy: 0.7960
Training Accuracy: 1.0000
Testing Accuracy: 0.8128