leo.blog();

Factorization machine

A Factorization Machine (FM) is a general-purpose supervised learning algorithm that can be used for classification, regression, and ranking tasks.

Some details

Factorization Machines serve as a generalization of both Linear Regression and Matrix Factorization.

Useful resources

Tags: Machine learning Supervised machine learning

Leave a Comment