stacyhaha / create-movie_recommendation_system-from-0Links
use mysql python create a GUI movie recommendation system
☆89Updated 6 years ago
Alternatives and similar repositories for create-movie_recommendation_system-from-0
Users that are interested in create-movie_recommendation_system-from-0 are comparing it to the libraries listed below
Sorting:
- 本项目使用两种算法来实现一个电影推荐系统,一个是CNN,另一个是矩阵分解的协同过滤。☆137Updated 7 years ago
- 豆瓣电影推荐系统(Douban Movie Recommendation System)根据豆瓣电影数据以及豆瓣用户的观影和影评数据,使用基于物品的协同过滤算法对用户进行个性化推荐,并设计GUI进行用户交互。