Projects

Personal and Educational Projects.

Image

Tweet Sentiment Analysis

Python Lab

As part of a lab in my Advanced Artificial Intelligence, we were to use the existance of words in Tweets about the weather to try an predict whether a Tweet had a positive or negative sentiment. Additionally, I choose the option to integrate the analysis of "sticky words" or words that more frequently exist adjectly than on their own using Pointwise Mutual Information (PMI) for each pair of words. I really enjoyed completing this type of natural language processing analysis in the lab that I added more visulizations and chose the more complex option of PMIs.

What I Used

  • Python
  • Google Colab
  • Artificial Intelligence