#
recommendation-system
Here are 733 public repositories matching this topic...
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
machine-learning
natural-language-processing
computer-vision
deep-learning
interview
recommendation-system
slam
-
Updated
Jun 19, 2020
1
jfkirk
commented
Mar 1, 2018
Came up in jfkirk/tensorrec#31
It would be nice to have an arg to re-order the batches every epoch while fitting.
- Add
shuffle_batchesarg tofit()andfit_partial()that shuffles the batch order every epoch if True - Add tests for the arg
计算广告/推荐系统/机器学习(Machine Learning)/点击率(CTR)/转化率(CVR)预估/点击率预估
-
Updated
Dec 17, 2019
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
python
deep-learning
neural-network
tensorflow
collaborative-filtering
matrix-factorization
recommendation-system
recommendation
recommender-systems
rating-prediction
factorization-machine
top-n-recommendations
-
Updated
Apr 23, 2020 - Python
This is the repository of our article published in RecSys 2019 "Are We Really Making Much Progress? A Worrying Analysis of Recent Neural Recommendation Approaches"
deep-learning
neural-network
reproducible-research
collaborative-filtering
matrix-factorization
hyperparameters
bpr
recommendation-system
recommender-system
reproducibility
recommendation-algorithms
knn
matrix-completion
evaluation-framework
content-based-recommendation
hybrid-recommender-system
funksvd
bprmf
bprslim
slimelasticnet
-
Updated
Jun 18, 2020 - Python
推荐、广告工业界经典以及最前沿的论文、资料集合/ Must-read Papers on Recommendation System and CTR Prediction
reinforcement-learning
deep-learning
recommendation-system
recommendation
computational-advertising
exploration-exploitation
-
Updated
Jun 6, 2020
深度学习在推荐系统中的应用及论文小结。
-
Updated
Jun 14, 2019 - Jupyter Notebook
OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms
machine-learning
deep-neural-networks
deep-learning
ml
recommendation-system
recommendation
recommendation-algorithm
-
Updated
Feb 23, 2020 - Python
An Attention-Based User Behavior Modeling Framework for Recommendation
-
Updated
Mar 27, 2020 - Python
recommendation system with python
-
Updated
May 29, 2018 - Python
RecDB is a recommendation engine built entirely inside PostgreSQL
machine-learning
database
recommendation-system
recommendation-engine
recommender-system
recommendation
recommendation-algorithms
-
Updated
May 11, 2020 - C
jfunez
commented
Sep 10, 2018
I think it may help to anyone who wants to apply or tests CR with a very simple example, or maybe add links to learn basics concepts.
Code for reco-gym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising
-
Updated
Jun 23, 2020 - Jupyter Notebook
Reinforced Recommendation toolkit build around pytorch 1.4
library
reinforcement-learning
toolkit
pytorch
recommendation-system
recommender-system
pytorch-rl
news-recommendation
-
Updated
Feb 3, 2020 - Python
项亮的《推荐系统实践》的代码实现
-
Updated
Nov 29, 2018 - Jupyter Notebook
A Comparative Framework for Multimodal Recommender Systems
collaborative-filtering
matrix-factorization
recommendation-system
recommendation-engine
recommender-system
recommendation-algorithms
multimodal-learning
multimodal-representation
-
Updated
Jul 7, 2020 - Python
This repository contains some datasets that I have collected in Recommender Systems.
-
Updated
Dec 22, 2017
Book recommender system using collaborative filtering based on Spark
-
Updated
Dec 29, 2017 - Python
[电影推荐系统] Based on the movie scoring data set, the movie recommendation system is built with FM and LR as the core(基于爬取的电影评分数据集,构建以FM和LR为核心的电影推荐系统).
-
Updated
Oct 10, 2019 - Jupyter Notebook
A django app that builds item-based suggestions for users.
-
Updated
Apr 16, 2020 - Python
Applying Data Science and Machine Learning to Solve Real World Business Problems
nlp
api
data-science
machine-learning
spark
data-visualization
neural-networks
recommendation-system
-
Updated
Jul 5, 2020 - Jupyter Notebook
Source code of CHAMELEON - A Deep Learning Meta-Architecture for News Recommender Systems
deep-neural-networks
deep-learning
tensorflow
word2vec
word-embeddings
lstm
rnn
recommendation-system
recommendation-engine
recommender-system
recommendation-algorithms
rnn-tensorflow
lstm-neural-networks
lstm-neural-network
news-recommendation
-
Updated
Jul 6, 2020 - Python
A news recommendation system tailored for user communities
-
Updated
Jun 29, 2017 - Jupyter Notebook
alansaid
commented
Jul 10, 2014
mvn deploy should automatically deploy site folder to website (gh-pages)
Python based Graph Propagation algorithm, DeepWalk to evaluate and compare preference propagation algorithms in heterogeneous information networks from user item relation ship.
python
graph
rating
prediction
deepwalk
recommendation-system
graph-propagation-algorithm
graph-embedding
-
Updated
Feb 4, 2018 - Python
This is our implementation of DeepCoNN
-
Updated
Apr 30, 2018 - Python
A list of interesting graph neural networks (GNN) links with a primary interest in recommendations and tensorflow that is continually updated and refined
-
Updated
Feb 19, 2019
TensorFlow Implementation of Neural Attentive Item Similarity Model for Recommendation on TKDE 2018
-
Updated
Apr 28, 2019 - Python
Yelper recommendation system
-
Updated
Oct 20, 2017 - JavaScript
Improve this page
Add a description, image, and links to the recommendation-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recommendation-system topic, visit your repo's landing page and select "manage topics."
Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o