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-learningsentiment-analysisartificial-intelligencedatasetlogistic-regressionsentiment-classificationhandsonmachinelearninghandson-ml2low-level-learning
-
Updated
Jun 12, 2025 - Python