实现的基于user和item的协同过滤算法
☆52Aug 31, 2013Updated 12 years ago
Alternatives and similar repositories for recommend-CF
Users that are interested in recommend-CF are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 利用协同过滤算法,基于用户历史订单数据,对店铺的用户和商品进行推荐☆12Oct 21, 2021Updated 4 years ago
- JavaWeb实现的优优图书商城☆10Aug 8, 2014Updated 11 years ago
- 基于BERT的预训练语言模型实现,分为两步:预训练和微调。目前已包括BERT、Roberta、ALbert三个模型,且皆可支持Whole Word Mask模式。☆17Feb 1, 2020Updated 6 years ago
- 文本去重算法,研究自推荐系统中新闻的去重,采用了雅虎的Near-duplicates and shingling算法,服务端用c实现,客户端用java实现,利用thrift框架进行通信,为了提高扩展性,去重可以在服务端实现,服务器也提供了计算的接口,方便客户端自己扩展☆24Feb 25, 2014Updated 12 years ago
- An awesome web scraper powered by CloudScraper to collect video data from jable.tv☆10Aug 21, 2022Updated 3 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Parallel implementation of k-means clustering using MPI4PY and PyCUDA.☆10Mar 11, 2019Updated 7 years ago
- C++ implementation of Logistic Regression with MPI parallelization☆13Nov 25, 2014Updated 11 years ago
- Learning notes of Machine Learn & Deep Learning☆12Feb 13, 2019Updated 7 years ago
- re-implementation of ConvMF (RecSys'16) in TensorFlow with even better performance☆10Aug 28, 2020Updated 5 years ago
- implement this paper "Collaborative Deep Learning for Recommender Systems" by python☆15Nov 28, 2018Updated 7 years ago
- Spark混合推荐系统大数据监控平台☆11May 1, 2018Updated 8 years ago
- 这是对word2vec的一些改进和应用。☆13May 18, 2017Updated 9 years ago
- 使用scrapy框架爬取微博数据存储到mongodb中,利用numpy/tensorflow等python库对数据进行处理(基于transE算法),形成推荐系统。使用Springboot框架实现系统的可视化。有不同分支,master、transE、spring分别存储不同的…☆17Dec 21, 2016Updated 9 years ago
- This repository contains a modified version of ConvMF which is very interesting in RS.☆12Jan 11, 2018Updated 8 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.
- The implementation of STAR-HiT.☆11Oct 18, 2023Updated 2 years ago
- UserCF和ItemCF协同过滤推荐算法的实现☆566Feb 24, 2022Updated 4 years ago
- CFRBM is a implementation of the RBM model to the collaborative filtering task☆40Mar 5, 2018Updated 8 years ago
- An implementation of Bayesian Personalised Ranking in Theano☆57Jun 16, 2014Updated 12 years ago
- ☆15Jun 19, 2016Updated 9 years ago
- 一些传统推荐算法的实现,包括基于内容的推荐,协同过滤,矩阵分解☆297Mar 7, 2018Updated 8 years ago
- Attempts to determine the natural language of a selection of Unicode (utf-8) text (a clone of http://code.google.com/p/guess-language wit…☆48Feb 22, 2010Updated 16 years ago
- javaweb开发的网上图书商城 项目演示地址:http://xiezhifei.cn/bookstore (图书的列表在文学艺术目录下的小说项)☆22Jul 12, 2019Updated 6 years ago
- python metric functions, such as MAP, NDCG, AUC...☆10Jul 25, 2014Updated 11 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.
- recommand system ----Item Based CF (Collaborative filtering)☆18Apr 29, 2018Updated 8 years ago
- Improving upon state of the art cooperative deep reinforcement learning in StarCraft II☆13May 16, 2019Updated 7 years ago
- Implementation of All-Frequency Shadows Using Non-linear Wavelet Lighting Approximation by Ren Ng et al.☆11Jul 14, 2019Updated 6 years ago
- 1.解析爬取到的Json歌单数据,并进行数据预处理。 2.基于Surprise推荐系统库,采用KNNBaseLine实现基于用户 的协同过滤歌曲推荐。3.借鉴Word2Vec算法思想进行Song2Vec处理,实现基于物品的协同过滤歌曲推荐。 4.采用 TensorFlow实…☆39Aug 16, 2018Updated 7 years ago
- Kaggle Avazu beat-the-benchmark model☆36Jan 24, 2015Updated 11 years ago
- ☆15Oct 25, 2021Updated 4 years ago
- A Content Based And A Hybrid Recommender System using content based filtering and Collaborative filtering☆18Jan 26, 2019Updated 7 years ago
- 无需网页验证码登录,上海理工大学学生绩点自动查询☆10Apr 21, 2015Updated 11 years ago
- 豆瓣电影爬虫 爬取top电影的评论 + 每个用户的看过的电影的评论 用于推荐系统的 协同过滤☆16Apr 14, 2019Updated 7 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- A developing recommender system in tensorflow2. Algorithm: UserCF, ItemCF, LFM, SLIM, GMF, MLP, NeuMF, FM, DeepFM, MKR, RippleNet, KGCN a…☆413Apr 25, 2021Updated 5 years ago
- 使用spark + kudu的案例☆15Sep 13, 2017Updated 8 years ago
- Crisis Event Extraction Service (CREES)☆15Feb 4, 2019Updated 7 years ago
- Winning solution to the Avito CTR competition☆138Aug 27, 2015Updated 10 years ago
- 天池算法大赛商场中精确定位用户所在店铺第七名代码☆62Jan 3, 2018Updated 8 years ago
- 剑指Offer所有面试题C++11解法☆12May 29, 2018Updated 8 years ago
- ☆94Jun 19, 2022Updated 3 years ago