电影评估推荐系统
☆17Jul 31, 2016Updated 10 years ago
Alternatives and similar repositories for Collaborative-Filtering-recommendation
Users that are interested in Collaborative-Filtering-recommendation are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 电影评分推荐系统☆14Mar 19, 2015Updated 11 years ago
- Film recommendation system.python KNN Collaborative filtering system and spark.系统详细介绍,请看电影推荐系统文档。☆31Jun 27, 2018Updated 8 years ago
- ☆11Nov 29, 2016Updated 9 years ago
- 基于豆瓣影视数据(不完整)的影视大数据分析平台。爬虫(影视数据和用户数据),推荐系统(基于用户的协同过滤算法),后台(flask实现的简易后台)。☆37Jun 2, 2018Updated 8 years ago
- An Android app that listens to conversations and determines who was speaking at any point in the conversation - a task known as speech di…☆14Apr 12, 2021Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Build voice bots that talk with you using GPT-3 and speech synthesis.☆14Dec 16, 2022Updated 3 years ago
- 2016豆瓣热门电影, 用户评分数据集, 协同过滤推荐☆11Aug 21, 2016Updated 10 years ago
- The Customer Care Bot is a cutting-edge customer support solution designed to revolutionize the way e-commerce websites interact with and…☆12Oct 4, 2023Updated 2 years ago
- 根据豆瓣电影数据,做的一个推荐系统☆28Aug 13, 2017Updated 9 years ago
- A minimal LLM sales agent framework for sales agent fast deployment and benchmark. Support OpenAI models, Claude, HuggingFace models, Gem…☆20Sep 6, 2024Updated last year
- 毕业设计,(文章推荐系统)☆24Jun 12, 2017Updated 9 years ago
- serialization benchmarks for common python libraries☆13Dec 31, 2018Updated 7 years ago
- recommand system ----Item Based CF (Collaborative filtering)☆18Apr 29, 2018Updated 8 years ago
- 一个基于模板的三国演义KBQA系统,能够简单的回答给定模板的问题。 本项目完成了从建立知识库、处理数据生成三元组到搭建问答系统(命令行和图形化)的一系列过程。此外,KBQA系统还具有一定的异常处理的功能设计。☆14Apr 7, 2020Updated 6 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 服饰推荐系统☆15Aug 21, 2017Updated 9 years ago
- Theano bindings for Baidu's CTC library.☆20Aug 25, 2016Updated 10 years ago
- Interact with your favourite Chat Bot (ChatGPT) with voice, also play saved musics with it.☆20May 24, 2025Updated last year
- 电影、视频、歌曲的推荐系统项目☆11Aug 9, 2018Updated 8 years ago
- ITmanage 是一个基于 Django 框架的 IT 资产维修管理系统,它使用 Django 自带的 admin 后台进行定制,提供了资产管理、维修记录、备件类型管理、采购记录、IT 台账核对、网络设备记录、实时网络状态检测、问答系统、数据分析、数据处理等功能。☆18Dec 30, 2023Updated 2 years ago
- 使用 Spark MLlib 的 ALS 算法的电影推荐系统☆43Feb 11, 2017Updated 9 years ago
- Linguistically-Informed Self-Attention for Semantic Role Labeling (old version)☆27Dec 3, 2021Updated 4 years ago
- 本系统是基于物品(item-based)的系统过滤算法。协同过滤推荐技术被认为是推荐系统算法中应用最为成功的技术之一。它通常采用最近邻(K-Nearest-Neighbor, KNN)算法,利用用户的历史记录来计算用户之间的距离,然后利用目标用户的最近邻用户对物品评价来预测…☆14Dec 18, 2019Updated 6 years ago
- 图书推荐系统,基于商品的协同过滤算法实现☆325May 20, 2020Updated 6 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 基于 Flask、Echarts、Pandas 等实现的图书分析大屏展示系统☆20Apr 8, 2023Updated 3 years ago
- 电影推荐系统(尚硅谷推荐系统教程 项目源码)☆18Jan 2, 2021Updated 5 years ago
- MERGE TO https://github.com/abersheeran/kui☆20Oct 12, 2023Updated 2 years ago
- “学习强国《挑战答题》”辅助工具☆15Dec 8, 2022Updated 3 years ago
- Implementation of the Label consistent KSVD algorithm proposed by Zhuolin Jiang, Zhe Lin and Larry S. Davis.☆18Nov 16, 2018Updated 7 years ago
- 毕业设计项目-基于用户行为和内容的个性化新闻推荐系统☆30Jan 25, 2018Updated 8 years ago
- 数据分析面试☆33Jun 18, 2021Updated 5 years ago
- Code for "Interactive Task Planning with Language Models"☆34Jan 12, 2026Updated 7 months ago
- 在Spark环境下,利用Flask框架,采用Mongodb设计的一个在线电影推荐系统的演示demo☆22May 4, 2016Updated 10 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 构建的简单电影推荐系统☆15Apr 8, 2019Updated 7 years ago
- FastAPI Project Scaffolding - Inspired by Django, offering Django-like project structure and management features for FastAPI.☆22Sep 9, 2025Updated 11 months ago
- Spark学习的一个项目☆15Mar 3, 2019Updated 7 years ago
- 实现中文文本分类,支持文件、文本分类,基于多项式分布的朴素贝叶斯分类器。由于工作实际应用是二分类,加之考虑到每个分类属性都建立map存储词语向量可能引起的内存问题,所以目前只支持二分类。当然,直接复用这个结构扩展到多分类也是很容易。之所以自己写,主要原因是没有仔细研读mah…☆22Sep 13, 2016Updated 9 years ago
- douyu danmu module for node.js 斗鱼直播弹幕监听模块☆27Jan 12, 2018Updated 8 years ago
- Category Theory Morphism Mapper - Cross-domain problem solving using category theory☆33Feb 18, 2026Updated 6 months ago
- Aspose.Email for Java Examples☆35Oct 3, 2024Updated last year