Skip to content

🤖 A Python implementation of the Perceptron and Pocket Algorithms for binary and multiclass classification, including a One-Versus-All approach for multiclass problems.

Notifications You must be signed in to change notification settings

4-the-spirit/Multiclass-Pocket-Algorithm

Repository files navigation

🤖 Multiclass Pocket Algorithm

This repository offers a Python implementation of the Perceptron Algorithm and the Pocket Algorithm, designed to handle linearly inseparable data. These implementations are part of an exercise for the Machine Learning (20942) course. Additionally, the repository includes a version of the Pocket Algorithm adapted for multiclass classification problems. This implementation uses the One-Versus-All strategy to create k classifiers, each trained to distinguish one class from the others, where k represents the number of classes in the classification task.

About

🤖 A Python implementation of the Perceptron and Pocket Algorithms for binary and multiclass classification, including a One-Versus-All approach for multiclass problems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages