Coder Social home page Coder Social logo

convncf-1's Introduction

Convolutional Neural Collaborative Filtering

This is an implementation of Convolutional Neural Collaborative Filtering (ConvNCF) using R Keras. The model is described in the following paper and implemented by its authors using Tensorflow (see this GitHub repo).

Du, Xiaoyu, Xiangnan He, Fajie Yuan, Jinhui Tang, Zhiguang Qin, and Tat-Seng Chua. Modeling Embedding Dimension Correlations via Convolutional Neural Collaborative Filtering. ACM Transactions on Information Systems (TOIS) 37, no. 4 (2019): 1-22.

Code

The model implementation is in ConvNCF.R. This implementation currently assumes binary feedback (1 = user liked movie, 0 otherwise). An example using Yelp ratings is provided in yelp.R.

Disclaimers

The bulk of the code in this repo has been completed, however, before it is used for a recommender system application the following items need to be completed:

  • Perform grid search to select regularization hyperparameters: lambda_1, lambda_2, lambda_3, and lambda_4. See section 6.1 of the referenced paper for grid values.
  • Pretrain the weights of the model using traditional (non deep learning) recsys methods (see section 5.4 of the paper and authors’ python code).
  • Use BPR objective function (starter code in bpr_loss.R).
  • Select negative examples on the fly for each epoch. See example R code here.

convncf-1's People

Contributors

amandarp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.