From a97d148a91597721457acd9524c734de5b863117 Mon Sep 17 00:00:00 2001 From: jagritshingari <63725879+jagritshingari@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:20:19 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7b53c9..75988df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Factorization Machines in Python +very useful if read carefully.All instructions are important This is a python implementation of Factorization Machines [1]. This uses stochastic gradient descent with adaptive regularization as a learning method, which adapts the regularization automatically while training the model parameters. See [2] for details. From libfm.org: "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."