geffy / tffm

TensorFlow implementation of an arbitrary order Factorization Machine
MIT License
780 stars 176 forks source link

About multi-class supported? #30

Open Darinyazanr opened 7 years ago

Darinyazanr commented 7 years ago

@geffy frist thank you for provide us this good tool,but in fact sometime there some question of multi-class .Could you give some advises.

geffy commented 7 years ago

Hi @Darinyazanr! I know how to implement (I mean efficiently) multi-class for 2nd order, but it is not so easy for an arbitrary order. If you don't care about computational efficiency, it's possible to use one of multiclass-to-binary reduction technique (e.g. One-Vs-All approach)