All Projects → fire717 → Recommendation-system

fire717 / Recommendation-system

Licence: other
推荐系统资料笔记收录/ Everything about Recommendation System. 专题/书籍/论文/产品/Demo

Projects that are alternatives of or similar to Recommendation-system

oh-my-papers
Oh-My-Papers: a Hybrid Context-aware Paper Recommendation System
Stars: ✭ 18 (-89.35%)
Mutual labels:  recommendation-system
recommender system with Python
recommender system tutorial with Python
Stars: ✭ 106 (-37.28%)
Mutual labels:  recommendation-system
Recommendation-System-Baseline
Some common recommendation system baseline, with description and link.
Stars: ✭ 34 (-79.88%)
Mutual labels:  recommendation-system
ADER
(RecSys 2020) Adaptively Distilled Exemplar Replay towards Continual Learning for Session-based Recommendation [Best Short Paper]
Stars: ✭ 28 (-83.43%)
Mutual labels:  recommendation-system
NVTabular
NVTabular is a feature engineering and preprocessing library for tabular data designed to quickly and easily manipulate terabyte scale datasets used to train deep learning based recommender systems.
Stars: ✭ 797 (+371.6%)
Mutual labels:  recommendation-system
cs6101
The Web IR / NLP Group (WING)'s public reading group at the National University of Singapore.
Stars: ✭ 17 (-89.94%)
Mutual labels:  recommendation-system
mudrod
Mining and Utilizing Dataset Relevancy from Oceanographic Datasets to Improve Data Discovery and Access, online demo: https://mudrod.jpl.nasa.gov/#/
Stars: ✭ 15 (-91.12%)
Mutual labels:  recommendation-system
Tf-Rec
Tf-Rec is a python💻 package for building⚒ Recommender Systems. It is built on top of Keras and Tensorflow 2 to utilize GPU Acceleration during training.
Stars: ✭ 18 (-89.35%)
Mutual labels:  recommendation-system
data-science-popular-algorithms
Data Science algorithms and topics that you must know. (Newly Designed) Recommender Systems, Decision Trees, K-Means, LDA, RFM-Segmentation, XGBoost in Python, R, and Scala.
Stars: ✭ 65 (-61.54%)
Mutual labels:  recommendation-system
awesome-graph-self-supervised-learning-based-recommendation
A curated list of awesome graph & self-supervised-learning-based recommendation.
Stars: ✭ 37 (-78.11%)
Mutual labels:  recommendation-system
retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (-81.07%)
Mutual labels:  recommendation-system
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+198.82%)
Mutual labels:  recommendation-system
seminar
ECNU ICA seminar materials
Stars: ✭ 14 (-91.72%)
Mutual labels:  recommendation-system
github-recommendation-engine
A github repository suggestion system
Stars: ✭ 82 (-51.48%)
Mutual labels:  recommendation-system
BERT4Rec-VAE-Pytorch
Pytorch implementation of BERT4Rec and Netflix VAE.
Stars: ✭ 212 (+25.44%)
Mutual labels:  recommendation-system
image embeddings
Using efficientnet to provide embeddings for retrieval
Stars: ✭ 107 (-36.69%)
Mutual labels:  recommendation-system
auction-website
🏷️ An e-commerce marketplace template. An online auction and shopping website for buying and selling a wide variety of goods and services worldwide.
Stars: ✭ 44 (-73.96%)
Mutual labels:  recommendation-system
Long-Tail-GAN
Adversarial learning framework to enhance long-tail recommendation in Neural Collaborative Filtering
Stars: ✭ 19 (-88.76%)
Mutual labels:  recommendation-system
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (-55.03%)
Mutual labels:  recommendation-system
WSDM2022-PTUPCDR
This is the official implementation of our paper Personalized Transfer of User Preferences for Cross-domain Recommendation (PTUPCDR), which has been accepted by WSDM2022.
Stars: ✭ 65 (-61.54%)
Mutual labels:  recommendation-system

推荐系统资料收集

Fire 2017.12.04

做了一个推荐系统demo

  • 基于Surprise实现的具有完整功能的推荐系统服务,并利用flask框架实现了简单的接口调用
  • 封装了完整的更新日志数据、训练、根据id查询推荐结果等功能
  • 包含了常见的SVD、FM等算法

0.主题式学习

1.书籍

2.文章 / 专栏 / ppt

3.论文

4.现有产品

现有产品一般都不会说明实现方式,大多数成熟商用的推荐系统都是混合型的。

本来应该是另一个“不便回答”的问题。但有人盛情邀请,所以稍微说一下。豆瓣电台的私人电台会综合用户在豆瓣上的各种音乐行为做算法推荐。当然考虑最多的是电台本身的“红心”, “垃圾”, “跳过”这些数据。至于算法本身,在任何领域里,超出基本的普通推荐算法之后,就没有“亢龙有悔”一招打遍天下的东西。可以说全是细节。这个是不断积累、观察、学习、创造的过程,而且每天在持续变化。做推荐是在一条没有终结的马路上一边攒车一边开车,教科书、论文里的东西都是基本的零件,中间碰到各种奇奇怪怪的算法都可能被捡起来装到车上。Swiss army knife, yes. Silver bullet, no.

5.工具

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].