Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 2.12 KB

File metadata and controls

21 lines (12 loc) · 2.12 KB

Discrete Deep Learning for Fast Content-Aware Recommendation

author:Yan Zhang,Hongzhi Yin,Zi Huang,Xingzhong Du,Guowu Yang,Defu Lian

abstract:Cold-start problem and recommendation efficiency have been regarded as two crucial challenges in the recommender system. In this paper, we propose a hashing based deep learning framework called Discrete Deep Learning (DDL), to map users and items to Hamming space, where a user’s preference for an item can be efficiently calculated by Hamming distance, and this computation scheme significantly improves the efficiency of online recommendation. Besides, DDL unifies the user-item interaction information and the item content information to overcome the issues of data sparsity and cold-start. To be more specific, to integrate content information into our DDL framework, a deep learning model, Deep Belief Network (DBN), is applied to extract effective item representation from the item content information. Besides, the framework imposes balance and irrelevant constraints on binary codes to derive compact but informative binary codes. Due to the discrete constraints in DDL, we propose an efficient alternating optimization method consisting of iteratively solving a series of mixed-integer programming subproblems. Extensive experiments have been conducted to evaluate the performance of our DDL framework on two different Amazon datasets, and the experimental results demonstrate the superiority of DDL over the state-of-the-art methods regarding online recommendation efficiency and cold-start recommendation accuracy.

keywords:

interpretation:

pdf:paper

code:

dataset:

ppt/video:

curator:Ranran Chu