当前位置:网站首页>10 lessons from the recommended system
10 lessons from the recommended system
2022-06-12 07:36:00 【bugmaker.】
- Make sure you really need a recommendation system . The recommendation system is only necessary when the user encounters information overload . If you don't have too many items on your website , Or users' interests are relatively single , Then maybe you don't need a recommendation system . So don't dwell on the word recommender , Don't make a recommendation system just to make a recommendation system , It should be from the user's point of view , Design a system that can really help users discover content , Whether the system algorithm is complex or not , As long as it can really help users , Is a good system .
- Determine the relationship between business objectives and customer satisfaction . A good recommendation system for users does not represent a commercially useful recommendation system , Therefore, we should first determine the gap between the user satisfied recommendation system and the commercial demand . Generally speaking , Sometimes user satisfaction does not coincide with business needs . But in general , Customer satisfaction is always in the long-term interests of the enterprise , Therefore, the main point of this article is to balance the relationship between the long-term interests and short-term interests of the enterprise .
- Choose the right developer . Generally speaking , If it's a big company , You should hire your own developers to specialize in the development of recommendation systems .
- Forget the cold start problem . Keep innovating , There is any data you want on the Internet . As long as users like your product product , They will continue to contribute new data .
- Balance the relationship between data and algorithm . Using the right user data is crucial to the recommendation system . A deep understanding of user behavior data is a necessary condition for designing a good recommendation system , Therefore, the analysis of data is the most important part of the design system . Data analysis determines how the model is designed , The algorithm only determines how to optimize the model .
- It's easy to find relevant items , But it is difficult to show them to users when and how . Don't recommend for the sake of recommendation .
- Don't waste time calculating users with similar interests , You can use social network data directly .
- It is necessary to continuously improve the scalability of the algorithm .
- Select the appropriate user feedback method .
- Design a reasonable evaluation system , Always pay attention to the performance of the recommendation system .
边栏推荐
- Principle and application of PWM
- Pyhon的第四天
- R语言使用neuralnet包构建神经网络回归模型(前馈神经网络回归模型),计算模型在测试集上的MSE值(均方误差)
- Use case design of software testing interview questions
- Golang 快速生成数据库表的 model 和 queryset
- Generalized semantic recognition based on semantic similarity
- 石油储运生产 2D 可视化,组态应用赋能工业智慧发展
- Learning to continuously learn paper notes + code interpretation
- Right click the general solution of file rotation jam, refresh, white screen, flash back and desktop crash
- Summary of machine learning + pattern recognition learning (II) -- perceptron and neural network
猜你喜欢

Set up a remote Jupiter notebook

私有协议的解密游戏:从秘文到明文

2022r2 mobile pressure vessel filling test question simulation test platform operation

Generalized semantic recognition based on semantic similarity

Personalized federated learning with Moreau envelopes

Chapter V - message authentication and digital signature

Day 4 of pyhon

Personalized federated learning using hypernetworks paper reading notes + code interpretation

Non IID data and continuous learning processes in federated learning: a long road ahead

谋新局、促发展,桂林绿色数字经济的头雁效应
随机推荐
Exposure compensation, white increase and black decrease theory
Formatting the generalization forgetting trade off in continuous learning
TypeScript基础知识全集
Arrangement of statistical learning knowledge points -- maximum likelihood estimation (MLE) and maximum a posteriori probability (map)
Right click the general solution of file rotation jam, refresh, white screen, flash back and desktop crash
2022年危险化学品经营单位安全管理人员特种作业证考试题库及答案
[wax chain tour] release a free and open source alien worlds script TLM
Improved schemes for episodic memory based lifelong learning
Detailed principle of 4.3-inch TFTLCD based on warship V3
Unity uses shaders to highlight the edges of ugu I pictures
晶闸管,它是很重要的,交流控制器件
‘CMRESHandler‘ object has no attribute ‘_ timer‘,socket. gaierror: [Errno 8] nodename nor servname pro
Modelants II
Decryption game of private protocol: from secret text to plaintext
Chapter 4 - key management and distribution
Detailed explanation of addressing mode in 8086
VS 2019 MFC 通过ACE引擎连接并访问Access数据库类库封装
Demonstrate "topic communication, action communication, service communication and parameter server" with a small turtle case
Use case design of software testing interview questions
Adaptive personalized federated learning paper interpretation + code analysis