Skip to content

🤖 A collection of core classification algorithms implemented from scratch in Python, including Perceptron, Pocket Algorithm, Softmax Regression, and a digit classifier.

Notifications You must be signed in to change notification settings

4-the-spirit/Classification-Algorithms-Implementations

Repository files navigation

🤖 Classification Algorithms Implementations

This repository provides Python implementations of foundational machine learning algorithms developed as part of the Machine Learning (20942) course. It includes:

  • The Perceptron Algorithm and the Pocket Algorithm, designed to handle both linearly separable and inseparable data.
  • A multiclass extension of the Pocket Algorithm using the One-Versus-All strategy, where multiple binary classifiers are trained to distinguish each class from the rest.
  • A Softmax Regression implementation, suitable for multiclass classification tasks.
  • A digit classification system built on Softmax Regression, demonstrating its application on real-world multiclass data such as handwritten digits.

About

🤖 A collection of core classification algorithms implemented from scratch in Python, including Perceptron, Pocket Algorithm, Softmax Regression, and a digit classifier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages