This repository contains implementations for classifying handwritten digits using the MNIST dataset. The project explores various multiclass classification techniques, including Perceptron, Logistic Regression, and Support Vector Classification (SVC) with different strategies.
Multiclass classification using the Perceptron model with the one-vs-one strategy.
Multiclass classification using Logistic Regression with the softmax function.
Multiclass classification using the SVC model with the one-vs-one strategy.
Python 3.x scikit-learn numpy pandas matplotlib
This project is licensed under the MIT License. See the LICENSE file for details.