Natural Language Programming (NLP) -used Kaggle dataset (Twitter sentiment analysis) https://www.kaggle.com/c/tweet-sentiment-extraction
Kaggle code can be found here: https://www.kaggle.com/hazelkang/tweet-sentiment-preprocessing-v2
Used 4 models: (with Keras Tensorflow):
-
Simple RNN (vanilla RNN) accuracy: 0.7784
-
LSTM BEST MODEL accuracy: 0.7969
-
CNN + RNN accuracy: 0.7759
-
CNN + LSTM accuracy: 0.7938
Kaggle competition that achieved accuracy of 0.7969 (Top accuracy among competitors).