WeltXing/PySVM
PySVM : A NumPy implementation of SVM based on SMO algorithm. Numpy构建SVM分类、回归与单分类,支持缓存机制与随机傅里叶特征
This tool helps data scientists and machine learning practitioners train Support Vector Machine (SVM) models for various tasks. You can input your labeled datasets and, in return, get a trained model that can classify new data, predict numerical values, or identify unusual data points. It's designed for those who need a performant and customizable SVM solution.
No commits in the last 6 months.
Use this if you need to build highly accurate classification, regression, or anomaly detection models with SVMs and want fine-grained control over the underlying algorithm.
Not ideal if you prefer using higher-level machine learning libraries that abstract away the algorithmic details or if your primary need is not SVMs.
Stars
27
Forks
2
Language
Python
License
MIT
Category
Last pushed
Nov 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/WeltXing/PySVM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
DannyVanpoucke/LSSVMlib
This repository provides a Python3 Library with implementations of the Least-Squares Support...
lsorber/neo-ls-svm
Neo LS-SVM is a modern Least-Squares Support Vector Machine implementation
AFAgarap/support-vector-machine
An implementation of the L2-SVM for breast cancer detection using the Wisconsin diagnostic dataset.
wajidarshad/LUPI-SVM
SVM with Learning Using Privileged Information (LUPI) framework
emirhanai/Classification-thanks-to-the-SVM-model-with-7-years-of-ozone-data-with-Machine-Learning
I developed 2 machine learning software that predict and classify ozone day and non-ozone day....