• Stars
    star
    203
  • Rank 191,796 (Top 4 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of the "Deep Matrix Factorization Models for Recommender Systems"

Deep Matrix Factorization Model

An Implementation of "Deep Matrix Factorization Models for Recommender Systems"

See paper: http://www.ijcai.org/proceedings/2017/0447.pdf

Requirement

This code can be run at following requirement but not limit to:

  • python = 3.5.3
  • tensorflow-gpu = 1.5.0
  • numpy = 1.14.0+mkl
  • other installation dependences required above

Example of usage

The instruction of commands has been clearly stated in the codes.

python Model.py

Postscript

As a learner, there may have some faults in the code.

Please feel FREE to advise.