ralfbiedert/ffsvm
FFSVM stands for "Really Fast Support Vector Machine"
This project helps software developers who are using Support Vector Machine (SVM) models in performance-critical applications like games or virtual reality. It takes SVM models trained with libSVM and provides extremely fast classification results. The primary user is a developer building real-time applications that need to make quick decisions based on pre-trained SVM models.
No commits in the last 6 months.
Use this if you have trained an SVM model with libSVM and need the fastest possible classification performance for real-time applications such as games or VR experiences.
Not ideal if you need to train new SVM models, as this project focuses solely on accelerating the classification phase, not the training.
Stars
77
Forks
11
Language
Rust
License
MIT
Category
Last pushed
Dec 14, 2024
Monthly downloads
154
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ralfbiedert/ffsvm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SomeB1oody/RustyML
A high-performance machine learning library in pure Rust, offering statistical utilities, ML...
smartcorelib/smartcore
A comprehensive library for machine learning and numerical computing. Apply Machine Learning...
open-spaced-repetition/fsrs-rs
FSRS for Rust, including Optimizer and Scheduler
open-spaced-repetition/fsrs-optimizer
FSRS Optimizer Package
rust-ml/linfa
A Rust machine learning framework.