Xtra-Computing/thundersvm
ThunderSVM: A Fast SVM Library on GPUs and CPUs observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4283
- days_rel: n/a
- days_push: 884
- n_releases_24m: 0
Adoption not part of the score
1621 stars · 222 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ThunderSVM is a fast SVM library that accelerates support vector machine training on GPUs (via CUDA) and multi-core CPUs. It supports all LibSVM functionalities (SVC, SVR, one-class SVM, probabilistic SVMs) with LibSVM-compatible command-line options and Python, R, Matlab, and Ruby interfaces.
Use cases
- train SVM classifiers on large datasets with GPU acceleration
- speed up libsvm workloads without changing command-line options
- fit support vector regression models faster than libsvm
- use SVMs from Python with a scikit-learn-like interface
- run one-class SVM anomaly detection on GPU
- train probabilistic SVMs quickly
- use SVMs on machines without GPUs via multi-core CPU support
When to choose
- you need SVM training that is much faster than libsvm on large datasets
- you have an NVIDIA GPU with CUDA and want drop-in LibSVM-compatible behavior
- you want SVM access from Python, R, Matlab, or Ruby
When to avoid
- you need deep learning or gradient boosting instead of SVMs (consider ThunderGBM for GBDT)
- you have no GPU and a small dataset where libsvm suffices
- you need actively developed cutting-edge features or frequent releases
Facets
library · maturity maintenance
machine-learning machine-learning data-science windows python cpp svm libsvm-compatible cuda gpu-acceleration scikit-learn-interface classification regression one-class-svm linux macos gpu
1 source
- readme: https://github.com/Xtra-Computing/thundersvm · fetched 2026-08-28 · 1568d63becbe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Xtra-Computing/thundersvm | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Xtra-Computing/thundersvm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem