All Projects → Relph1119 → Recommendation System Practice Notes

Relph1119 / Recommendation System Practice Notes

Licence: gpl-3.0
《推荐系统实践》代码与读书笔记,在线阅读地址:https://relph1119.github.io/recommendation-system-practice-notes

Projects that are alternatives of or similar to Recommendation System Practice Notes

Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+53618.18%)
Mutual labels:  jupyter-notebook, recommendation-system
Artificial Intelligence Projects
Collection of Artificial Intelligence projects.
Stars: ✭ 152 (+590.91%)
Mutual labels:  jupyter-notebook, recommendation-system
Kdd Multimodalities Recall
This is our solution for KDD Cup 2020. We implemented a very neat and simple neural ranking model based on siamese BERT which ranked first among the solo teams and ranked 12th among all teams on the final leaderboard.
Stars: ✭ 61 (+177.27%)
Mutual labels:  jupyter-notebook, recommendation-system
Drugs Recommendation Using Reviews
Analyzing the Drugs Descriptions, conditions, reviews and then recommending it using Deep Learning Models, for each Health Condition of a Patient.
Stars: ✭ 35 (+59.09%)
Mutual labels:  jupyter-notebook, recommendation-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 (+1013.64%)
Mutual labels:  jupyter-notebook, recommendation-system
Newsrecommender
A news recommendation system tailored for user communities
Stars: ✭ 164 (+645.45%)
Mutual labels:  jupyter-notebook, recommendation-system
Ajax Movie Recommendation System With Sentiment Analysis
Content-Based Recommender System recommends movies similar to the movie user likes and analyses the sentiments on the reviews given by the user for that movie.
Stars: ✭ 127 (+477.27%)
Mutual labels:  jupyter-notebook, recommendation-system
Reco Gym
Code for reco-gym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising
Stars: ✭ 314 (+1327.27%)
Mutual labels:  jupyter-notebook, recommendation-system
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (+931.82%)
Mutual labels:  jupyter-notebook, recommendation-system
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+827.27%)
Mutual labels:  jupyter-notebook, recommendation-system
Recsys
项亮的《推荐系统实践》的代码实现
Stars: ✭ 306 (+1290.91%)
Mutual labels:  jupyter-notebook, recommendation-system
Deep Recommender System
深度学习在推荐系统中的应用及论文小结。
Stars: ✭ 657 (+2886.36%)
Mutual labels:  jupyter-notebook, recommendation-system
Computer Vision Action
computer vision learning, include python machine learning action; computer vision based on deep learning ;coursera deeplearning.ai and other cv learning materials collect ...
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Ml Spec
Code for Coursera's Machine Learning and Data Analysis specialization
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Echo State Networks
Echo State Networks with TensorFlow
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Presence
The code for Presence - a kinetic sculpture that detects a viewer's gaze in real-time using a neural network and moves in response to the gaze
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Hacktoberfest 2k19
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Blog
A collection of resources and Jupyter notebooks from my blog.
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Coffee boat
☕⛵WIP PySpark dependency management
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Gfc
Documentation, data, and some source code for challenge participants.
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook

《推荐系统实践》读书笔记

  项亮的《推荐系统实践》是推荐系统领域的经典入门教材之一。
  本书系统阐述了和推荐系统有关的理论基础,介绍了评价推荐系统优劣的各种标准(比如覆盖率、满意度)和方法(比如AB测试),总结了当今互联网领域中各种和推荐有关的产品和服务,并给出了设计和实现推荐系统的方法与技巧,解答了在真实场景中应用推荐技术时最常遇到的一些问题。

使用说明

  1. 本笔记是搭配《推荐系统实践》一书来阅读。
  2. 本笔记将书中大部分的代码都实现了一遍,包括很多书中的数据可视化的图。
  3. 相关资料下载地址:

注:

  1. 在pycharm下,需要将src目录设置成Sources Root,因为很多程序都需要读取数据文件,为方便小伙伴们不同的项目路径,采用统一的Sources Root路径。
  2. 第2章的程序需要消耗很大的内存,如果不耐烦的小伙伴,可以将模型文件夹下的文件拷贝到src/main/chapter2/store目录下。

在线阅读地址

在线阅读地址:https://relph1119.github.io/recommendation-system-practice-notes

选用的《推荐系统实践》版本

书名:推荐系统实践
作者:项亮
出版社:人民邮电出版社
版次:2012年6月第1版

项目结构

docs---------------------------------------在线读书笔记
notes--------------------------------------JupyterNotebook格式读书笔记
src----------------------------------------项目代码
+---data-----------------------------------数据集
+---main-----------------------------------算法代码
+---test-----------------------------------测试用例代码

主要贡献者(按首字母排名)

@胡锐锋-天国之影-Relph

打包下载

阅读笔记PDF下载地址:https://share.weiyun.com/5vgb0wm

参考资料

[1] https://github.com/qcymkxyc/RecSys
[2] https://github.com/Magic-Bubble/RecommendSystemPractice

LICENSE

GNU General Public License v3.0

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