A machine learning project implementing three different linear classification algorithms for sentiment analysis of text reviews. The project compares the performance of Perceptron, Average Perceptron, and Pegasos algorithms on movie review data.
sentiment-analysis perceptron average-perceptron linear-classification-algorithms pegasos-algorithms
-
Updated
Jul 4, 2025 - Python