All Projects → qcymkxyc → Recsys

qcymkxyc / Recsys

项亮的《推荐系统实践》的代码实现

Projects that are alternatives of or similar to Recsys

retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (-89.54%)
Mutual labels:  recommendation-system, recommender-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 (-85.62%)
Mutual labels:  recommendation-system, recommender-system
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+65.03%)
Mutual labels:  recommendation-system, recommender-system
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-33.33%)
Mutual labels:  jupyter-notebook, recommendation-system
Context-Aware-Recommender
Hybrid Recommender System
Stars: ✭ 16 (-94.77%)
Mutual labels:  recommendation-system, recommender-system
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-25.82%)
Mutual labels:  jupyter-notebook, recommendation-system
recommender system with Python
recommender system tutorial with Python
Stars: ✭ 106 (-65.36%)
Mutual labels:  recommendation-system, recommender-system
Cofactor
CoFactor: Regularizing Matrix Factorization with Item Co-occurrence
Stars: ✭ 160 (-47.71%)
Mutual labels:  jupyter-notebook, recommender-system
TIFUKNN
kNN-based next-basket recommendation
Stars: ✭ 38 (-87.58%)
Mutual labels:  recommendation-system, recommender-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 (-94.12%)
Mutual labels:  recommendation-system, recommender-system
Recsys course at polimi
This is the official repository for the Recommender Systems course at Politecnico di Milano.
Stars: ✭ 180 (-41.18%)
Mutual labels:  jupyter-notebook, recommender-system
Recdb Postgresql
RecDB is a recommendation engine built entirely inside PostgreSQL
Stars: ✭ 297 (-2.94%)
Mutual labels:  recommender-system, recommendation-system
Cikm 2019 Analyticup
1st Solution for 2019-CIKM-Analyticup, Efficient and Novel Item Retrieval for Large-scale Online Shopping Recommendation
Stars: ✭ 173 (-43.46%)
Mutual labels:  jupyter-notebook, recommender-system
Recsys core
[电影推荐系统] Based on the movie scoring data set, the movie recommendation system is built with FM and LR as the core(基于爬取的电影评分数据集,构建以FM和LR为核心的电影推荐系统).
Stars: ✭ 245 (-19.93%)
Mutual labels:  jupyter-notebook, recommendation-system
Newsrecommender
A news recommendation system tailored for user communities
Stars: ✭ 164 (-46.41%)
Mutual labels:  jupyter-notebook, 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 (+160.46%)
Mutual labels:  recommendation-system, recommender-system
Artificial Intelligence Projects
Collection of Artificial Intelligence projects.
Stars: ✭ 152 (-50.33%)
Mutual labels:  jupyter-notebook, recommendation-system
Amazon Product Recommender System
Sentiment analysis on Amazon Review Dataset available at http://snap.stanford.edu/data/web-Amazon.html
Stars: ✭ 158 (-48.37%)
Mutual labels:  jupyter-notebook, recommender-system
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (-75.16%)
Mutual labels:  recommendation-system, recommender-system
recommender
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)
Stars: ✭ 35 (-88.56%)
Mutual labels:  recommendation-system, recommender-system

RecSys


项亮的《推荐系统实践》的代码实现以及结果展示分析,所有结果见:

Recommend System

测试用例见:

Tests

第一章

第一章主要介绍一些推荐系统的评价指标

第二章

第二章介绍推荐系统一些基本的模型。这里实验的数据同书上用MovieLen数据集。整个第二章实验包括前半部分的流行度分析以及后半部分基于MovieLen的推荐算法(协同过滤第一次运算会生成协同矩阵,会比较慢):

第三章

第三章主要讲冷启动问题:

  • 用户冷启动
    • 根据用户信息特征分组推荐
    • 外站信息导入
    • 根据用户首次进入反馈的兴趣点
  • 物品冷启动
    • 基于物品内容信息提取
    • 人工标注信息

第四章

介绍基于UGC的推荐。数据集用Delicious数据集(对于冷启动问题推荐热门商品)。

第五章

主要讲时间上下文的推荐算法

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].