- SVM
- Simple Neural Network
- GRU
- LSTM
- Bi-directional LSTM
Notes: GRU performed well.
Accuracy GRU | Loss GRU |
predictions(["This is very bad. You should not do this."])
'negative'
predictions(["I am very happy to hear that."])
'positive'
predictions(["Wow! You look so beautiful."])
'positive'