Skip to content

The `rec` module

Latest
Compare
Choose a tag to compare
@jrzaurin jrzaurin released this 24 Sep 14:56
9df6585
  • After a number of issues opened and questions in slack about recommendation algorithms in the library I decided to include a rec module that initially contains a small number of recommendation algorithms. These are:
  • Factorisation Machines (FM) and DeepFM
  • Field Aware Factorisation Machines (FFM) and DeepFFM
  • Extreme Deep Factorisation Machines (xDeepFM)
  • Deep Interest Networks (DIN)

We will add more in the near future.

  • In addition some bugs were fixed (#232 and #233)