Recommendation System Liu Quanyin Wang Yifan Why Recommendation

  • Slides: 15
Download presentation
Recommendation System Liu, Quanyin Wang, Yifan

Recommendation System Liu, Quanyin Wang, Yifan

Why Recommendation System Important? We have now entered a data explosion era. It is

Why Recommendation System Important? We have now entered a data explosion era. It is hard for a person to find useful information from vast amounts of data. In many cases, users don't fully realize their own needs, or their demand is difficult to express in words.

Definition of Recommendation System Recommendation system is an application of information filtering. It studies

Definition of Recommendation System Recommendation system is an application of information filtering. It studies the user‘s interests and preferences, and imply some rules to find the user’s personalized needs and actively and efficiently recommend information and content to users.

Applications of Recommendation System Tons of websites: Youtube, Spotify, Netflix, Google, Ebay. . .

Applications of Recommendation System Tons of websites: Youtube, Spotify, Netflix, Google, Ebay. . .

Principle behind Recommendation System There are many different theories and algorithms behind recommendation system

Principle behind Recommendation System There are many different theories and algorithms behind recommendation system at current stage. Theories and algorithms are not independent. They are cooperating with each other to achieve the best results.

Basic Idea: User. Statistic-based Recommendation This is the simplest recommendation algorithm, it is simply

Basic Idea: User. Statistic-based Recommendation This is the simplest recommendation algorithm, it is simply based on the basic information of users in the system to find the relevance of the user, and then recommend other items which similar users like to the current user.

Basic Idea: Content-based Recommendation The most widely used recommendation mechanism in early recommendation engine.

Basic Idea: Content-based Recommendation The most widely used recommendation mechanism in early recommendation engine. Its core idea is based on the metadata of recommended items or content, discover the relevance of an article or content, and recommend similar item to user

Basic Idea: Association Rulebased Recommendation Associated product is not necessarily complementary product: The findings

Basic Idea: Association Rulebased Recommendation Associated product is not necessarily complementary product: The findings were that men between 30 - 40 years in age, shopping between 5 pm and 7 pm on Fridays, who purchased diapers on behalf of their wives were most likely to also have beer in their carts. This motivated the grocery store to move the beer isle closer to the diaper isle and wiz-boom-bang, instant 35% increase in sales of both.

More Advanced Algorithms: Collaborative filtering algorithm Through the continuous interaction between users and websites,

More Advanced Algorithms: Collaborative filtering algorithm Through the continuous interaction between users and websites, recommendation system keep learning on user's real interests, hence gradually filtering out nonfocus options, and finally recommend the products that users are really interested in. Adding to shopping cart, Click ‘fav’ button or ‘No, I’m not interested in’.

Obtaining Feedbacks from Users: Also a part of Collaborative filtering Explicit feedback: User show

Obtaining Feedbacks from Users: Also a part of Collaborative filtering Explicit feedback: User show their interests in a proactive way: Leaving comments, Giving ratings, Adding to shopping cart or wish list. Implicit feedback: Staying time of a page, Users’ click behavior

Challenges

Challenges

Cold-start problem New product does not have any user rating, so recommendation system will

Cold-start problem New product does not have any user rating, so recommendation system will not recommend it to any users. New users don't have historical purchase records, and recommendation system has nothing to recommend to them. The solution is to pick several popular products from a very wide range of coverage; or directly users’ registration information or behavior data of user which imported from other websites to recommend commodities to customers

Robustness of recommendation algorithm The recommendation system can affect the user's buying behavior, bring

Robustness of recommendation algorithm The recommendation system can affect the user's buying behavior, bring economic benefits, so more and more malicious users trying to influence the behavior of the system through the recommendation to control the recommendation system in order to improve the sales of goods, damaged rival interests, or even destroy the system so that it cannot produce effective recommendation.

Thanks for listening

Thanks for listening