Skip to content

A network TV program recommendation system implemented by python is mainly based on the post-fusion of user collaborative filtering and content-based recommendation algorithms.

License

Notifications You must be signed in to change notification settings

Yuziquan/RecommenderSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecommenderSystem

RecommenderSystem license

详情移步:https://blog.csdn.net/WuchangI/article/details/80160566

一、项目功能

实现一个网络电视节目推荐系统,基于每位用户的观看记录以及节目信息,对每位用户实行节目的个性化推荐。 主要技术是基于用户协同过滤与基于内容的推荐算法的后融合。



二、项目运行效果

1. 用户A(B、C)对于其三个月来所看过节目的评分

1


2. 备选推荐节目集及所属类型

2


3. 备选推荐节目集及所属类型01矩阵

3


4. 所有用户对其看过的节目的评分矩阵

4


5. 所有用户看过的节目及所属类型的01矩阵

5


6. 基于内容的推荐算法CB的推荐结果

6


7. 基于用户的协同过滤算法UserCF的推荐结果

7


8. 将CB和UserCF的两个推荐集按一定比例混合(后融合),实现混合推荐

8

About

A network TV program recommendation system implemented by python is mainly based on the post-fusion of user collaborative filtering and content-based recommendation algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages