srendle/libfm
Library for factorization machines observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4371
- days_rel: n/a
- days_push: 2349
- n_releases_24m: 0
Adoption not part of the score
1487 stars · 408 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
libFM is a C++ library implementing factorization machines, a model that combines feature engineering with factorization models to estimate interactions between categorical variables. It supports SGD, ALS, and MCMC (Bayesian inference) optimization and ships as a command-line tool.
Use cases
- train factorization machine models on categorical feature data
- build recommendation and click-through-rate prediction models
- predict ratings from sparse user-item interaction data
- run Bayesian inference with MCMC for factorization machines
- model pairwise feature interactions without manual feature engineering
When to choose
- you need factorization machines with SGD, ALS, or MCMC training
- your data has large sparse categorical feature spaces
- you want a proven, well-cited implementation for CTR or recommender tasks
When to avoid
- you need a Python-native or GPU-accelerated ML workflow
- you require active development, recent releases, or community support
- you need deep learning or neural recommender models
Facets
library · maturity maintenance
machine-learning math machine-learning data-science cpp cli factorization-machines sgd als mcmc recommendation categorical-features algorithms linux
1 source
- readme: https://github.com/srendle/libfm · fetched 2026-08-28 · ea599c9f138c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| srendle/libfm | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem