🌐
GitHub
github.com › Priyansh2 › Pegasos
GitHub - Priyansh2/Pegasos: Modified SVM algorithm called Pegasos implemented with Python
Modified SVM algorithm called Pegasos implemented with Python - Priyansh2/Pegasos
Author   Priyansh2
🌐
GitHub
github.com › yangrussell › pegasos
GitHub - yangrussell/pegasos: Implements modified version of the Pegasos (Primal Estimated Sub-Gradient Solver for SVM) algorithm as well as Perceptron and Average Perceptron for comparison
Implements modified version of the Pegasos (Primal Estimated Sub-Gradient Solver for SVM) algorithm as well as Perceptron and Average Perceptron for comparison - yangrussell/pegasos
Author   yangrussell
🌐
GitHub
github.com › ejlb › pegasos
GitHub - ejlb/pegasos: An sklearn-like python package for pegasos models
An sklearn-like python package for pegasos models. Contribute to ejlb/pegasos development by creating an account on GitHub.
Starred by 46 users
Forked by 17 users
Languages   Python 88.7% | R 11.3% | Python 88.7% | R 11.3%
🌐
GitHub
github.com › MrJellimann › PegasOS
GitHub - MrJellimann/PegasOS: The public open-source repository for PegasOS, a 64-bit ARMv8 Bare-Bones Operating System, primarily for the Raspberry Pi 4
The public open-source repository for PegasOS, a 64-bit ARMv8 Bare-Bones Operating System, primarily for the Raspberry Pi 4 - MrJellimann/PegasOS
Author   MrJellimann
🌐
GitHub
github.com › topics › pegasos
pegasos · GitHub Topics · GitHub
neural-network linear-regression machine-learning-algorithms logistic-regression convolutional-neural-networks perceptron adaboost support-vector-machines decision-tree knearest-neighbor-algorithm decision-stumps boosting multiclass-classification pegasos multilayer-perceptron logitboost
🌐
GitHub
github.com › avaitla › Pegasos
GitHub - avaitla/Pegasos: SVM Solver in Python (http://www.cs.huji.ac.il/~shais/papers/ShalevSiSrCo10.pdf)
November 1, 2011 - SVM Solver in Python (http://www.cs.huji.ac.il/~shais/papers/ShalevSiSrCo10.pdf) - avaitla/Pegasos
Starred by 4 users
Forked by 7 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › tetsuok › go-pegasos
GitHub - tetsuok/go-pegasos: An implementation of the Pegasos algorithm for solving Support Vector Machines in Go
An implementation of the Pegasos algorithm for solving Support Vector Machines in Go - tetsuok/go-pegasos
Author   tetsuok
🌐
GitHub
github.com › shonteag › pegasos
GitHub - shonteag/pegasos: Pegasos Support Vector Machine - An old college project from when algorithms were more important than code structure.
Pegasos Support Vector Machine - An old college project from when algorithms were more important than code structure. - shonteag/pegasos
Author   shonteag
🌐
GitHub
github.com › lucassa3 › PEGASOS-SVM-CLASSIFIER
GitHub - lucassa3/PEGASOS-SVM-CLASSIFIER: Implementation of a support vector machine classifier using primal estimated sub-gradient solver in C++ and CUDA for NVIDIA GPUs
Implementation of a support vector machine classifier using primal estimated sub-gradient solver in C++ and CUDA for NVIDIA GPUs - lucassa3/PEGASOS-SVM-CLASSIFIER
Author   lucassa3
🌐
GitHub
github.com › hiendn › PEGASOS
GitHub - hiendn/PEGASOS
### Pick your preference devtools::install_github("wrathematics/ssvm") ghit::install_github("wrathematics/ssvm") remotes::install_github("wrathematics/ssvm") library(ssvm) y <- recode(iris$Species == "setosa") x <- as.matrix(iris[, -5]) set.seed(1234) mdl <- pegasos(x, y) mdl ## SVM model (Method=Pegasos, Iterations=1e+05) ## Intercept Sepal.Length Sepal.Width Petal.Length Petal.Width ## -0.08139028 -0.12708726 -0.45953076 0.68090852 0.33553786 mdl <- pegasos(x, y, intercept=FALSE) mdl ## SVM model (Method=Pegasos, Iterations=1e+05) ## Sepal.Length Sepal.Width Petal.Length Petal.Width ## -0.1358138 -0.4659208 0.6824105 0.3382079 p <- predict(mdl, x) sum(which(p != y)) ## 0
Author   hiendn
Find elsewhere
🌐
GitHub
github.com › h44rd › Pegasos
GitHub - h44rd/Pegasos: The Pegasos SVM algorithm in Python, testing on FashionMNIST · GitHub
The Pegasos SVM algorithm in Python, testing on FashionMNIST - h44rd/Pegasos
Author   h44rd
🌐
GitHub
github.com › hohmlearning › Pegasos
GitHub - hohmlearning/Pegasos: Support Vector Machines - Primal Estimated sub-GrAdient SOlver - for Classification and Regression
Support Vector Machines - Primal Estimated sub-GrAdient SOlver - for Classification and Regression - hohmlearning/Pegasos
Author   hohmlearning
🌐
GitHub
github.com › qthurier › pegasos
GitHub - qthurier/pegasos: hadoop map-reduce distributed pegasos algorithm as solver for svm
hadoop map-reduce distributed pegasos algorithm as solver for svm - qthurier/pegasos
Author   qthurier
🌐
GitHub
github.com › jarwent › pegasos
GitHub - jarwent/pegasos: Primal Estimated sub-GrAdient SOlver for SVM
Primal Estimated sub-GrAdient SOlver for SVM. Contribute to jarwent/pegasos development by creating an account on GitHub.
Author   jarwent
🌐
GitHub
github.com › leeck10 › one_class_svm
GitHub - leeck10/one_class_svm: Pegasos Algorithm for One-Class Support Vector Machine
Pegasos Algorithm for One-Class Support Vector Machine - leeck10/one_class_svm
Starred by 6 users
Forked by 3 users
Languages   C 65.7% | C++ 33.8% | Makefile 0.5% | C 65.7% | C++ 33.8% | Makefile 0.5%
🌐
GitHub
github.com › alexanderschang › Support-Vector-Machines-Pegasos
GitHub - alexanderschang/Support-Vector-Machines-Pegasos: Pegasos implementation of SVM, a stochastic gradient descent algorithm to solve for binary classification problems (Machine Learning EN.601.675 at Johns Hopkins University)
Pegasos implementation of SVM, a stochastic gradient descent algorithm to solve for binary classification problems (Machine Learning EN.601.675 at Johns Hopkins University) - alexanderschang/Suppor...
Author   alexanderschang
🌐
GitHub
github.com › avdrob › Pegasos
GitHub - avdrob/Pegasos: Primal Estimated sub-GrAdient SOlver for SVM, written in python · GitHub
Primal Estimated sub-GrAdient SOlver for SVM, written in python - avdrob/Pegasos
Author   avdrob
🌐
GitHub
github.com › JPrez38 › Pegasos
GitHub - JPrez38/Pegasos: Machine Learning pegasos algorithm
Machine Learning pegasos algorithm. Contribute to JPrez38/Pegasos development by creating an account on GitHub.
Author   JPrez38
🌐
GitHub
github.com › mrgloom › Pegasos-1 › blob › master › pegasos.py
Pegasos-1/pegasos.py at master · mrgloom/Pegasos-1
SVM Solver in Python (http://www.cs.huji.ac.il/~shais/papers/ShalevSiSrCo10.pdf) - Pegasos-1/pegasos.py at master · mrgloom/Pegasos-1
Author   mrgloom
🌐
GitHub
github.com › Tmb377 › pegasos
GitHub - Tmb377/pegasos: Multi-Class Pegasus Algorithm
Multi-Class Pegasus Algorithm. Contribute to Tmb377/pegasos development by creating an account on GitHub.
Author   Tmb377