Skip to content

An Improved Algorithm for Training Field-aware Factorization Machines

Notifications You must be signed in to change notification settings

wschin/fast-ffm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fast-ffm

An Improved Algorithm for Training Field-aware Factorization Machines (FFM)

Motivation

Existing FFM training algorithms are not efficient when some fields contain a huge number of features because they may calculate the pair-wise interactions implicitly. The proposed method reduces the complexity from square to linear of feature numebr.

Compile the latex note to see the detailed algorithm

Assume that you're using Linux or Cygwin with all necessary Latex packages installed. You can simply type

make

in your command line.

About

An Improved Algorithm for Training Field-aware Factorization Machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published