Yuziquan / RecommenderSystemLinks
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.
☆29Updated 6 years ago
Alternatives and similar repositories for RecommenderSystem
Users that are interested in RecommenderSystem are comparing it to the libraries listed below
Sorting:
- 实现了基于协同过滤(UserCF)的模型、基于隐语义(LFM)的模型、基于图(PersonalRank)的模型,并结合三种模型的结果给出最终结果的推荐算法