Solving Cold-Start Problem in Large-scale Recommendation Engines: A Deep Learning Approach
Jianbo Yuan, Walid Shalaby, Mohammed Korayem, David Lin, Khalifeh, AlJadda, and Jiebo Luo

TL;DR
This paper introduces a deep learning method that can be integrated with existing collaborative filtering recommendation systems to effectively address the item cold-start problem without altering the core CF algorithms.
Contribution
A novel deep learning approach that enhances CF-based recommendation engines by solving the cold-start problem without modifying their core structure.
Findings
Effective in overcoming item cold-start issues
Maintains high recommendation accuracy
Compatible with any CF-based system
Abstract
Collaborative Filtering (CF) is widely used in large-scale recommendation engines because of its efficiency, accuracy and scalability. However, in practice, the fact that recommendation engines based on CF require interactions between users and items before making recommendations, make it inappropriate for new items which haven't been exposed to the end users to interact with. This is known as the cold-start problem. In this paper we introduce a novel approach which employs deep learning to tackle this problem in any CF based recommendation engine. One of the most important features of the proposed technique is the fact that it can be applied on top of any existing CF based recommendation engine without changing the CF core. We successfully applied this technique to overcome the item cold-start problem in Careerbuilder's CF based recommendation engine. Our experiments show that the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Bandit Algorithms Research · Caching and Content Delivery
