Recommenders: DNN algo

Created on 7 Dec 2018  路  5Comments  路  Source: microsoft/recommenders

Add DNN-based algo, e.g.:

  • wide deep model
  • neural-CF
algorithm

All 5 comments

@AaronHeee is working on NCF. He is the student of the original author of NCF. Basically he will contribute a quick start and a deep dive notebook, respectively, to the repo.

I don't think that a standard wide deep model will work. The next thing I am going to implement is a variational auto encoder.

@WessZumino I think it will all depend on how to encode the features. There are couple different version of codes that utilize wide-deep model on recommendation problem, e.g. Google's https://github.com/tensorflow/models/tree/master/official/wide_deep (they uses deep only for MovieLens), and Microsoft internal 'DeepRec' repo. I'm working on modeling a recommender by using both wide and deep, by encoding co-occurrence patterns as a vector. Will see if that works.

Related to #218
FYI, Ye is working on (e)XDeepFM internally.

Closing as this is a parent issue - let's track the individual children instead

Was this page helpful?
0 / 5 - 0 ratings