ibayer / fastFM

fastFM: A Library for Factorization Machines
http://ibayer.github.io/fastFM
Other
1.08k stars 204 forks source link

Can fastfm use mini batch? #138

Closed supersush closed 6 years ago

supersush commented 6 years ago

Hi, for logit loss caculate, does fastfm have mini batch support?

ibayer commented 6 years ago

fastFM currently only supports vanilla sgd, mini batch is not supported.