-
π Iβm currently working on Recurrent Neural Network (RNN) on Twitter Dataset
-
π± Iβm currently learning Python, SQL, MySQL
-
π¬ Ask me about Machine Learning, AI, NLP
-
π« How to reach me [email protected]
In this project I have taken the sentiment140 dataset. It contains 1,600,000 tweets extracted using the twitter api. The tweets have been labeled (0 = negative, 4 = positive). Here I have shown the application of Deep Learning on tweet data. Sequential RNN is used here as the process. Word embedding and LSTM layer along with 3-total activation functions is used.