mquad / libfm

Library for factorization machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libFM

Library for factorization machines

web: http://www.libfm.org/

forum: https://groups.google.com/forum/#!forum/libfm

Factorization machines (FM) are a generic approach that allows to mimic most factorization models by feature engineering. This way, factorization machines combine the generality of feature engineering with the superiority of factorization models in estimating interactions between categorical variables of large domain. libFM is a software implementation for factorization machines that features stochastic gradient descent (SGD) and alternating least squares (ALS) optimization as well as Bayesian inference using Markov Chain Monte Carlo (MCMC).

Compile

libFM has been tested with the GNU compiler collection and GNU make. libFM and the tools can be compiled with

make all

Usage

Please see the libFM 1.4.2 manual for details about how to use libFM. If you have questions, please visit the forum.

About

Library for factorization machines

License:GNU General Public License v3.0


Languages

Language:C++ 95.1%Language:C 2.5%Language:Perl 2.0%Language:Makefile 0.4%