# Deep_Matrix_Factorization_Models **Repository Path**: HenryHZY/Deep_Matrix_Factorization_Models ## Basic Information - **Project Name**: Deep_Matrix_Factorization_Models - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.