Inspiration
I had come across sequence analysis while learning Deep Learning and also while doing a course project of mine. In order to do the course project, one of the sample programs I had used as a base for learning sequence classification was a sentiment analysis program.
I had wanted to do other sequence learning projects, such as audio analysis among others. I thought sentiment analysis was a good place to start learning. This project was built to practice and learn the various concepts behind sentiment analysis.
How it was built
Since I didn't have any knowledge of how to perform sentiment analysis, I had to consult an online tutorial on performing sentiment analysis on twitter tweets. Hence, the program was built using Python with the instructions from the tutorial.
Log in or sign up for Devpost to join the conversation.