All Projects → apachecn → Recommendersystems

apachecn / Recommendersystems

推荐系统

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Recommendersystems

Ad Papers
Papers on Computational Advertising
Stars: ✭ 3,515 (+566.98%)
Mutual labels:  recommender-system
Lightfm
A Python implementation of LightFM, a hybrid recommendation algorithm.
Stars: ✭ 3,884 (+637%)
Mutual labels:  recommender-system
Recsim
A Configurable Recommender Systems Simulation Platform
Stars: ✭ 461 (-12.52%)
Mutual labels:  recommender-system
Recsys
项亮的《推荐系统实践》的代码实现
Stars: ✭ 306 (-41.94%)
Mutual labels:  recommender-system
Rspapers
A Curated List of Must-read Papers on Recommender System.
Stars: ✭ 4,140 (+685.58%)
Mutual labels:  recommender-system
Attentional factorization machine
TensorFlow Implementation of Attentional Factorization Machine
Stars: ✭ 362 (-31.31%)
Mutual labels:  recommender-system
Dsin
Code for the IJCAI'19 paper "Deep Session Interest Network for Click-Through Rate Prediction"
Stars: ✭ 289 (-45.16%)
Mutual labels:  recommender-system
Neural graph collaborative filtering
Neural Graph Collaborative Filtering, SIGIR2019
Stars: ✭ 517 (-1.9%)
Mutual labels:  recommender-system
Product Nets
Tensorflow implementation of Product-based Neural Networks. An extended version is at https://github.com/Atomu2014/product-nets-distributed.
Stars: ✭ 355 (-32.64%)
Mutual labels:  recommender-system
Neural factorization machine
TenforFlow Implementation of Neural Factorization Machine
Stars: ✭ 422 (-19.92%)
Mutual labels:  recommender-system
Recommendation Systems Paperlist
Papers about recommendation systems that I am interested in
Stars: ✭ 308 (-41.56%)
Mutual labels:  recommender-system
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (-38.14%)
Mutual labels:  recommender-system
Sasrec
SASRec: Self-Attentive Sequential Recommendation
Stars: ✭ 373 (-29.22%)
Mutual labels:  recommender-system
Cornac
A Comparative Framework for Multimodal Recommender Systems
Stars: ✭ 308 (-41.56%)
Mutual labels:  recommender-system
Buffalo
TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
Stars: ✭ 498 (-5.5%)
Mutual labels:  recommender-system
Recdb Postgresql
RecDB is a recommendation engine built entirely inside PostgreSQL
Stars: ✭ 297 (-43.64%)
Mutual labels:  recommender-system
Recnn
Reinforced Recommendation toolkit built around pytorch 1.7
Stars: ✭ 362 (-31.31%)
Mutual labels:  recommender-system
Music recommender
Music recommender using deep learning with Keras and TensorFlow
Stars: ✭ 528 (+0.19%)
Mutual labels:  recommender-system
Rsalgorithms
Some algorithms about traditional and social recommendation.
Stars: ✭ 500 (-5.12%)
Mutual labels:  recommender-system
Openlearning4deeprecsys
Some deep learning based recsys for open learning.
Stars: ✭ 383 (-27.32%)
Mutual labels:  recommender-system

项目介绍

介绍推荐系统基本知识,相关算法以及实现。

目录规划

  • data 测试用数据集合
  • py3.x 相关实践的python 实现
  • spark 相关实践的spark 实现
  • manual 相关资料集合
    • paper阅读分享
    • 基础知识分享

内容导航

python 实现(主要用于原理理解)

  • ItemCF(使用sklearn 版本和 不使用sklearn版本)
  • UserCF(使用sklearn 版本和 不使用sklearn版本)
  • LFM
  • Graph—Based

Spark 实现

  • 特征工程
  • ItemCF

计划项(恩 就是挖坑的意思)

推荐算实现

基于用户行为数据的推荐算法

  • 关联规则
  • LFM
  • Graph
  • ALS

利用用户标签数据推荐算法

  • LDA
  • TF-IDF
  • TagCF

探索性研究(各个paper的实现)

  • Markov Chain
  • 社交网络
  • 基于深度学习的推荐算法 ....

评价系统实现

推荐系统架构实现

外围架构

用户行为日志存储系统

日志系统

UI

功能模块

数据录入模块

用户特征生成模块

推荐模块

过滤模块

排名模块

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