rnjtsh / pegasos-python

The repository contains the implementation of "Pegasos: Primal Estimated sub-GrAdient SOlver for SVM" in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pegasos

The repository contains the implementation of Pegasos: Primal Estimated sub-GrAdient SOlver for SVM in python. This is tested on FashionMNIST dataset.

The functionalities of this implementation are:

  • Binary Classification
  • One-vs-all multiclass classification
  • Kernelized and Non-kernelized implementation

For more details, please refer to the report attached.

About

The repository contains the implementation of "Pegasos: Primal Estimated sub-GrAdient SOlver for SVM" in python


Languages

Language:Python 100.0%