ycjuan / libffm

A Library for Field-aware Factorization Machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is the optimized method used in this model

supersush opened this issue · comments

Hi,what is the optimized method used in this model?

The alg is ADAGRAD. Both of regularization and loss are merged into the loss term in the paper.