This document discusses sentiment analysis and classification of tweets using classification algorithms like Naive Bayes and K-NN. It introduces the problem of sentiment analysis on social media and motivates the use of classifiers to analyze user sentiment. It then reviews literature on Naive Bayes and KNN algorithms for classification. The document outlines how the algorithms were implemented on tweet data to classify sentiment and compares the results, finding KNN provided more accurate classifications than Naive Bayes.