The Wayback Machine - https://web.archive.org/web/20210727103710/https://github.com/topics/recommendation
Here are
278 public repositories
matching this topic...
Best Practices on Recommendation Systems
Updated
Jul 26, 2021
Python
Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)
Updated
Jul 26, 2021
Python
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
Updated
Jul 23, 2021
Python
Classic papers and resources on recommendation
Updated
Jun 13, 2020
Python
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
Updated
Apr 23, 2020
Python
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
推荐、广告工业界经典以及最前沿的论文、资料集合/ Must-read Papers on Recommendation System and CTR Prediction
CTR prediction models based on deep learning(基于深度学习的广告推荐CTR预估模型)
Updated
Nov 15, 2019
Python
This repository includes some papers that I have read or which I think may be very interesting.
Neural Graph Collaborative Filtering, SIGIR2019
Updated
May 7, 2020
Python
OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms
Updated
May 21, 2021
Python
Papers about recommendation systems that I am interested in
RecDB is a recommendation engine built entirely inside PostgreSQL
BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer
Updated
Feb 7, 2020
Python
CRSLab is an open-source toolkit for building Conversational Recommender System (CRS).
Updated
Jul 20, 2021
Python
“Chorus” of recommendation models: a light and flexible PyTorch framework for Top-K recommendation.
Updated
Jul 23, 2021
Python
自动化数据探索分析和智能可视化设计应用. Automatic insights discovery and visualization for data analysis.
Updated
Jun 30, 2021
TypeScript
Updated
Apr 10, 2018
Python
Deep-Learning based CTR models implemented by PyTorch
Updated
Mar 11, 2021
Python
Source code and dataset for KDD 2020 paper "Controllable Multi-Interest Framework for Recommendation"
Updated
Jul 21, 2021
Python
Parameter-Efficient Transfer from Sequential Behaviors for User Modeling and Recommendation
Updated
Jul 24, 2021
Python
Experimental codes for paper "Outer Product-based Neural Collaborative Filtering".
Updated
Jun 30, 2019
Python
A PyTorch implementation of Graph Neural Networks for Social Recommendation (GraphRec)
Updated
Jun 8, 2021
Python
基于tensorflow的个性化电影推荐系统实战(有前端)
Updated
Dec 27, 2019
Python
This is our implementation of ENMF: Efficient Neural Matrix Factorization (TOIS. 38, 2020). This also provides a fair evaluation of existing state-of-the-art recommendation models.
Updated
Jul 22, 2021
Python
Graph Neural Network based Social Recommendation Model. SIGIR2019.
Updated
Dec 21, 2020
Python
Disentagnled Graph Collaborative Filtering, SIGIR2020
Updated
Jul 11, 2020
Python
A tutorial series by Preferred.AI
Updated
Jul 5, 2021
Jupyter Notebook
This is our implementation of NARRE:Neural Attentional Regression with Review-level Explanations
Updated
Apr 30, 2018
Python
Improve this page
Add a description, image, and links to the
recommendation
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
recommendation
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
For now only strings are accepted as the
measures
parameter inGridSearchCV
,RandomizedSearchCV
, andcross_validate
. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.We should then accept callables in addition to strings.
Each callable should only take the
predictions
parameter. In order to handle measur