当前位置:网站首页>Recommender systems: overview of the characteristics of architecture: user/item engineering -- -- -- -- -- -- -- -- > recall layer > sort layer - > test/evaluation 】 【 cold start problems, real-time 】
Recommender systems: overview of the characteristics of architecture: user/item engineering -- -- -- -- -- -- -- -- > recall layer > sort layer - > test/evaluation 】 【 cold start problems, real-time 】
2022-07-30 20:02:00 【u013250861】

I. What is a recommendation system
Recommendation system is a measure used for information overload. Faced with massive data information, it can quickly recommend items that meet the user's characteristics.Especially for some people who have "choice phobia" and no clear needs.
Information consumers: It is very difficult to find the information that interests you from a large amount of information.
Information producers: How to make the information produced by yourself stand out and be loved by the public is also a very difficult thing.
1. Purpose of the recommendation system
- In the Internet era, the amount of information is huge, which leads to information overload for individuals with limited information processing capabilities, and it is difficult for individuals to search for valuable information from the massive amount of information.
- Recommendation system is a measure used for information overload. In the face of massive data information, it can quickly recommend items that meet the user's characteristics and reduce the user's search cost.
- Addresses some people's "choice phobia" and those who don't have clear needs.
- A good recommendation system can allow users to get the items or content they need faster and better.
- Let the website (platform) retain user resources more effectively.
2. Basic idea of recommendation system
- Know what you want, push it accurately.Using the feature information of users and items, recommend those items with features that users like.
- Things cluster together.Using the items that the user has liked, recommend items similar to the items that the user has liked to the user.
- People are divided into groups.Using other users who are similar to the user, recommend items to the user that are liked by other users who have similar interests and hobbies.

3. Data analysis of recommendation system
- Metadata for item or content to be recommended, such as keywords, category tags, descriptions, etc.
- System Basic information about the user, such as gender, age, interest tags, etc.
- User's behavior data can be transformed into preferences for items or information. Depending on the application itself, it may include the user's rating of the item, the user's viewing record of the item, the user's purchase record, etc..The preference information of these users can be divided into two categories:
- Displayed user feedback: This category is the user's natural browsing on the website or outside the use of the website, and explicit feedback information, such as the user's rating of an item, or a comment on an item.
- Implicit user feedback: This type of data is generated by the user when using the website, which implicitly reflects the user's preferences for items, such as the user purchased an item, the length of time the user viewed a certain content, and so on.




References:
Recommendation System (1): Overview of Recommendation System
Recommendation system overview
边栏推荐
猜你喜欢

基于人脸的常见表情识别(2)——数据获取与整理

Install MySQL tutorial under Linux
![Recommended system: cold start problem [user cold start, item cold start, system cold start]](/img/e1/c3f8c89616d63cd3af84e715e783f9.png)
Recommended system: cold start problem [user cold start, item cold start, system cold start]

HCIP --- 企业网的三层架构

MySQL database - DQL data query language

MySQl数据库————DQL数据查询语言

M3SDA: Moment matching for multi-source domain adaptation

MySQL数据库主从配置

mysql慢查询优化

MySQL database - views and indexes
随机推荐
MySQL Functions (Classic Collection)
MySQL six-pulse sword, SQL customs clearance summary
360杜跃进:太空安全风险加剧,需打造一体化防御体系
基于人脸的常见表情识别(1)——深度学习基础知识
【PyTorchVideo教程01】快速实现视频动作识别
FFmpeg —— 将mp4转为gif输出(附源码)
055 c# print
KEIL问题:【keil Error: failed to execute ‘C:\Keil\ARM\ARMCC‘】
Face-based Common Expression Recognition (2) - Data Acquisition and Arrangement
Frog jumping steps (recursive and non-recursive) ------- Xiaolele walks the steps
MySQL database - views and indexes
Install MySQL tutorial under Linux
ERROR 1045 (28000) Access denied for user ‘root‘@‘localhost‘解决方法
推荐系统:冷启动问题【用户冷启动、物品冷启动、系统冷启动】
Recommended system: cold start problem [user cold start, item cold start, system cold start]
linux下mysql8安装
MySQL kills 10 questions, how many questions can you stick to?
Ordinary int main(){} does not write return 0; what will happen?
Download and installation of the latest version of MySQL 8.0 under Linux (detailed steps)
推荐系统:开源项目/工具【谷歌:TensorFlow Recommenders】【Facebook:TorchRec】【百度:Graph4Rec】【阿里:DeepRec和EasyRec】