Here are
335 public repositories
matching this topic...
Best Practices on Recommendation Systems
Updated
Apr 26, 2022
Python
Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)
Updated
Apr 28, 2022
Python
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
Updated
Apr 16, 2022
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
Feb 9, 2022
Python
BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer
Updated
Feb 7, 2020
Python
Papers about recommendation systems that I am interested in
RecDB is a recommendation engine built entirely inside PostgreSQL
CRSLab is an open-source toolkit for building Conversational Recommender System (CRS).
Updated
Dec 24, 2021
Python
“Chorus” of recommendation models: a light and flexible PyTorch framework for Top-K recommendation.
Updated
Mar 7, 2022
Python
An index of recommendation algorithms that are based on Graph Neural Networks.
Automated data exploratory analysis and visualization tools.自动化数据探索分析和智能可视化设计应用.
Updated
Apr 26, 2022
TypeScript
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
Sep 23, 2021
Python
Updated
Apr 10, 2018
Python
Parameter-Efficient Transfer from Sequential Behaviors for User Modeling and Recommendation
Updated
Mar 28, 2022
Python
基于tensorflow的个性化电影推荐系统实战(有前端)
Updated
Dec 27, 2019
Python
A PyTorch implementation of Graph Neural Networks for Social Recommendation (GraphRec)
Updated
Apr 6, 2022
Python
A tutorial series by Preferred.AI
Updated
Feb 16, 2022
Jupyter Notebook
Experimental codes for paper "Outer Product-based Neural Collaborative Filtering".
Updated
Jun 30, 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
Apr 26, 2022
Python
Factorization Machines for Recommendation and Ranking Problems with Implicit Feedback Data
Updated
Jul 19, 2020
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