Project -Emoji Prediction

I am getting very less accuracy as well as only class 2 as predicted value
link is :-
https://drive.google.com/file/d/1oFDE4ds05dFewf5SVkISyi-jYoIUs28h/view?usp=sharing

try:
embedding_output_matrix[ix][ij]=embedding_indexes[X[ix][ij].lower()]
except:
embedding_output_matrix[ix][ij]=np.zeros((50,))

Here embeddins_indexes is no variable in your ipynb file, it should be embeddings_index.

Happy Learning :blush:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.