This project implements a simple sentiment analysis classifier using logistic regression, trained using manual gradient descent, without relying on any machine learning libraries like scikit-learn or TensorFlow. It demonstrates end-to-end model development from raw text to evaluation.
machine-learning sentiment-analysis artificial-intelligence dataset logistic-regression sentiment-classification handsonmachinelearning handson-ml2 low-level-learning
-
Updated
Jun 12, 2025 - Python