movie recommender system in use Collaborative Filtering / 基于协同过滤的电影推荐系统
☆196Nov 18, 2023Updated 2 years ago
Alternatives and similar repositories for Movies_Recommend
Users that are interested in Movies_Recommend are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 豆瓣电影推荐系统(Douban Movie Recommendation System)根据豆瓣电影数据以及豆瓣用户的观影和影评数据,使用基于物品的协同过滤算法对用户进行个性化推荐,并设计GUI进行用户交互。☆231May 24, 2021Updated 5 years ago
- 基于协同过滤和spark-als的电影推荐系统☆90Nov 22, 2022Updated 3 years ago
- 基于movielens数据集的电影推荐系统☆48Nov 22, 2022Updated 3 years ago
- 一个电影推荐系统☆874Mar 2, 2022Updated 4 years ago
- 大学生电影推荐系统-创新项目☆17Jun 7, 2021Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 豆瓣电影爬虫 爬取top电影的评论 + 每个用户的看过的电影的评论 用于推荐系统的 协同过滤☆16Apr 14, 2019Updated 7 years ago
- 《推荐系统实践》中的代码实现☆15May 31, 2020Updated 6 years ago
- 一个简单的电影推荐网站,基于爬取的豆瓣电影数据和协同过滤算法,使用Django框架搭建。demo曾获全国应用统计研究生案例大赛二等奖。☆52Feb 7, 2023Updated 3 years ago
- 基于机器学习与django的电影推荐系统☆27Feb 19, 2024Updated 2 years ago
- 电影推荐系统☆42May 11, 2019Updated 7 years ago
- 基于tensorflow的个性化电影推荐系统实战(有前端)☆284Dec 27, 2019Updated 6 years ago
- 基于协同过滤的电影推荐系统 Django☆45Apr 2, 2020Updated 6 years ago
- 毕设:基于知识图谱的电影推荐系统☆28Apr 11, 2024Updated 2 years ago
- 基于协同过滤的音乐推荐系统☆206Nov 22, 2022Updated 3 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 基于协同过滤的电影推荐平台☆24Dec 16, 2022Updated 3 years ago
- 使用Flask,mysql构建的一个基于书籍,基于协同过滤算法,基于slope one的图书推荐系统☆353Sep 27, 2023Updated 2 years ago
- 结合知识图谱和协同过滤的电影推荐系统☆36May 7, 2022Updated 4 years ago
- 基于Spring Boot的大数据电影推荐系统,采用协同过滤算法实现个性化推荐,前端地址https://github.com/pq-dong/moviefront☆203Apr 22, 2020Updated 6 years ago
- 毕业设计课题——电影推荐系统☆34Apr 19, 2021Updated 5 years ago
- Python基于协同过滤算法的电影推荐视频网站毕业源码案例设计☆29May 1, 2023Updated 3 years ago
- 电影推荐系统:SpringBoot、vue,基于物品的协同过滤算法,IDEA,WebStorm,mysql☆108Jun 29, 2022Updated 4 years ago
- 电影推荐系统(爬虫:requests+lxml)☆19Feb 26, 2024Updated 2 years ago
- 使用机器学习算法的电影推荐系统以及票房预测系统☆341Feb 19, 2021Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 基于豆瓣电影用户数据使用Canop+K-means聚类实现的协同过滤推荐算法☆26Aug 17, 2021Updated 4 years ago
- 使用Django2.2+MySQL+spark实现在线电影推荐系统。其中MySQL部分支持在线计算,spark支持离线计算。☆33May 15, 2019Updated 7 years ago
- 基于用户的协同过滤电影推荐算法☆24Jan 24, 2015Updated 11 years ago
- 本作品在研究推荐系统相关理论知识的基础上,综合使用数据库、机器学习、爬虫、网页交互等技术,结合经典推荐算法,搭建基于网络热点的综合个性化推荐系统,旨在为用户提供及时精准的个性化网络信息服务。☆13Nov 22, 2021Updated 4 years ago
- 基于Spring Boot和Vue.js的电影管理和推荐系统☆130Nov 11, 2020Updated 5 years ago
- 图书馆推荐系统☆91Apr 23, 2023Updated 3 years ago
- MovieLens based recommender system.使用MovieLens数据集训练的电影推荐系统。☆1,310Mar 31, 2019Updated 7 years ago
- 基于用户的协同过滤算法实现的商品推荐系统 https://github.com/MrQuJL/product-recommendation-system☆715Dec 16, 2022Updated 3 years ago
- 基于协同过滤算法的电影推荐系统☆45May 29, 2018Updated 8 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 本项目使用两种算法来实现一个电影推荐系统,一个是CNN,另一个是矩阵分解的协同过滤。☆137Sep 15, 2018Updated 7 years ago
- 音乐推荐系统☆236Apr 22, 2024Updated 2 years ago
- UserCF和ItemCF协同过滤推荐算法的实现☆567Feb 24, 2022Updated 4 years ago
- MapReduce实现基于物品的协同过滤算法,即电影推荐系统☆193Jun 3, 2016Updated 10 years ago
- NUAA软件工程课程设计:电影推荐系统。后端:Springboot + SpringMVC + Mybatis-plus,App端:uni-app,Web端:Element-UI。☆14Jun 25, 2024Updated 2 years ago
- 基于Spark的电影推荐系统,包含爬虫项目、web网站、后台管理系统以及spark推荐系统☆3,006Apr 1, 2019Updated 7 years ago
- 基于python的图书推荐系统☆26Apr 24, 2021Updated 5 years ago