项目作者: jiangjiayee

项目描述 :
Matrix Factorization based on TensorFlow with both Explicit and Implicit information
高级语言: Python
项目地址: git://github.com/jiangjiayee/Matrix-Factorization-based-on-TensorFlow.git


Matrix-Factorization-based-on-TensorFlow

Matrix Factorization based on TensorFlow with both Explicit and Implicit information

Use exam.py to test the model

In exam.py, the parameter implicit control the explicit or implicit information

Case True:it will do the implicit information,and you will get the AUC score,which is 0.888 of ml-1m and 0.904 of ml-latest-small

Case False:it will do the explicit ratings,and you will get the MSE score,which is 0.844 of ml-1m and 0.811 of ml-latest-small