Emojis are the incredible way of expressing yourself. Therefore, our machines should also be aware of the appropriate emoji to be used at the right time. Thus, this project does the same. In this project, the model is predicting emoji's according to a given sentence using Deep Learning Models.
The following steps are mainly involved :
- Working with "Emoji" package.
- Processing the custom emoji dataset
- Glove vectors
- Glove embeddings
- Creating a LSTM architecture
- Training a stacked LSTM
Text data consiting of different sentences along with the labels. Labels represent a particular emoji representing the sentence.
- test_emoji.csv - for testing our model
- train_emoji.csv - for training our model
This python script contains the code for both the models and their predictions.
Also, I inferred that the accuracy of the model is more by using LSTM than RNN.