- This makes our text messages more expressive by finding the most appropriate emoji to be used with a sentence. Here we are using pre-trained word embeddings to represent words and later feed it to LSTM to predict the appropriate emoji.
- Word embeddings
- LSTM
- Dropout Regularization
- Python
- Keras
- Numpy
- Matplotlib
- Just clone the entire repo and run the Jupyter Notebook.