cjlin1/libsvm
LIBSVM -- A Library for Support Vector Machines observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 59
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4740
- days_rel: n/a
- days_push: 247
- n_releases_24m: 0
Adoption not part of the score
4708 stars · 1636 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LIBSVM is a widely used library and command-line toolset for support vector machine classification, regression, and distribution estimation, with C/C++, Java, Python, and MATLAB/OCTAVE interfaces. It includes svm-train, svm-predict, and svm-scale tools plus parameter selection utilities like easy.py and grid.py.
Use cases
- train an SVM classifier on labeled data
- do support vector regression for prediction
- run one-class SVM for anomaly detection
- perform multi-class classification
- select SVM hyperparameters with cross-validation grid search
- scale sparse feature data before training
When to choose
- you need a proven, efficient SVM implementation with multi-language bindings
- your dataset is small to medium sized and fits in memory
- you want sparse data format support and precomputed kernels
- you need a stable, well-documented classic ML library with BSD license
When to avoid
- you need deep learning or GPU-accelerated training
- your dataset is very large and SVM training does not scale well
- you want gradient-boosted trees or other modern ML algorithms
- you need an end-to-end ML pipeline framework rather than a single algorithm
Facets
library · maturity stable
machine-learning cli sdk machine-learning data-science cross-platform cli python jvm cpp windows support-vector-machines svm classification regression sparse-data matlab-interface algorithms linux macos
3 sources
- readme: https://github.com/cjlin1/libsvm · fetched 2026-08-28 · 025800bc5c66
- homepage: https://www.csie.ntu.edu.tw/~cjlin/libsvm/ · fetched 2026-08-29 · 107a76e37872
- site_page: https://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html · fetched 2026-08-29 · 69a8c3fbfe3c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cjlin1/libsvm | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem