当前位置:网站首页>[recommendation technology] matlab simulation of network information recommendation technology based on collaborative filtering
[recommendation technology] matlab simulation of network information recommendation technology based on collaborative filtering
2022-07-01 06:51:00 【FPGA and MATLAB】
1. Software version
matlab2013b
2. System principle
Collaborative filtering recommendation (Collaborative Filtering Recommendation) technology , It is one of the most successful technologies in recommendation system . Collaborative filtering , It is called social filtering or collaborative filtering . The first is the Goldberg And so on , After that, it developed rapidly and widely . Collaborative filtering method , First, use the historical evaluation records of users , Then build a user rating matrix , And calculate the similarity between items or users , Finally, the domain method is used to recommend . Pictured 1 Shown , Collaborative filtering , According to the user's historical preference information , Calculate the distance between users , Then the weighted evaluation value is carried out for the evaluation of commodities , Use the nearest neighbor user of the target user , Predict the target user's preference for the product , The system makes personalized recommendations to target users according to their preferences for goods .

chart 1 Collaborative filtering recommendation
The idea of collaborative filtering is based on this assumption : A good way to find information that users are really interested in is : First , Find other users with similar interests ; then , Recommend it to other users with similar interests
边栏推荐
- Database objects: view learning records
- Buildreoot override mechanism
- Storage function learning notes
- 软件工程复习
- Software engineering review
- 谷粒商城-环境(p1-p27)
- Product learning (I) - structure diagram
- RestTemplate使用
- 关于变量是否线程安全的问题
- 解决The code generator has deoptimised the styling of xxxx.js as it exceeds the max of 500kb
猜你喜欢
随机推荐
Resttemplate use
[wechat applet] view container and basic content components
3. Disabling copy construction
Database notes
buildroot override 机制
Webapck packaging principle -- Analysis of startup process
根据输入画有向图
rclone 访问web界面
产品学习(三)——需求列表
Interview questions for HW (OD) post
rclone中文文档:常用命令大全
How to use SCI hub
Is fixed investment fund a high-risk product?
Figure out the difference between event coordinates screenx, clientx, pagex and offsetx
How the esp32 deep sleep current is lower than 10uA
Rotate the animation component around the circle, take it and use it directly
了解ESP32睡眠模式及其功耗
Jena基于OWL的默认推理查询
Record an online interface slow query problem troubleshooting
【FPGA帧差】基于VmodCAM摄像头的帧差法目标跟踪FPGA实现








