Emotion Recognition using Text
Now let's see how to go about creating a text model. For the creation of a text model, we will be using LSTM (Long Short Term Memory), since it gives a higher training accuracy compared to other learning models like SVM, Random Forrest, Naive Bayes et cetera. Most importantly, you will need a data-set to train and test, which you can get from here. First we import the packages needed. If you don't have these packages installed, you can pip install them.
Nov-6-2020, 16:11:38 GMT
- Technology: