All Projects → FlorianWilhelm → mlstm4reco

FlorianWilhelm / mlstm4reco

Licence: MIT License
Multiplicative LSTM for Recommendations

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mlstm4reco

Translation-based-Recommendation
Sequential recommendation algorithm
Stars: ✭ 24 (+14.29%)
Mutual labels:  recommender-system
session4rec
GRu4Rec in TensorFlow
Stars: ✭ 14 (-33.33%)
Mutual labels:  recommender-system
recommendation-api
Rank and serve recommendations
Stars: ✭ 14 (-33.33%)
Mutual labels:  recommender-system
Friends-Recommender-In-Social-Network
Friends Recommendation and Link Prediction in Social Netowork
Stars: ✭ 33 (+57.14%)
Mutual labels:  recommender-system
MultiLamp
Android library to showcase/highlight the multiple views on same overlay
Stars: ✭ 235 (+1019.05%)
Mutual labels:  spotlight
Auto-Surprise
An AutoRecSys library for Surprise. Automate algorithm selection and hyperparameter tuning 🚀
Stars: ✭ 19 (-9.52%)
Mutual labels:  recommender-system
Wox
Launcher for Windows, an alternative to Alfred and Launchy.
Stars: ✭ 158 (+652.38%)
Mutual labels:  spotlight
Context-Aware-Recommender
Hybrid Recommender System
Stars: ✭ 16 (-23.81%)
Mutual labels:  recommender-system
skywalkR
code for Gogleva et al manuscript
Stars: ✭ 28 (+33.33%)
Mutual labels:  recommender-system
RecSysDatasets
This is a repository of public data sources for Recommender Systems (RS).
Stars: ✭ 272 (+1195.24%)
Mutual labels:  recommender-system
Recommender-System
In this code we implement and compared Collaborative Filtering algorithm, prediction algorithms such as neighborhood methods, matrix factorization-based ( SVD, PMF, SVD++, NMF), and many others.
Stars: ✭ 30 (+42.86%)
Mutual labels:  recommender-system
BARS
Towards open benchmarking for recommender systems https://openbenchmark.github.io/BARS
Stars: ✭ 157 (+647.62%)
Mutual labels:  recommender-system
MARank
Multi-order Attentive Ranking Model for Sequential Recommendation
Stars: ✭ 25 (+19.05%)
Mutual labels:  recommender-system
BPR MPR
BPR, Bayesian Personalized Ranking (BPR), extremely convenient BPR & Multiple Pairwise Ranking
Stars: ✭ 77 (+266.67%)
Mutual labels:  recommender-system
HybridBackend
Efficient training of deep recommenders on cloud.
Stars: ✭ 30 (+42.86%)
Mutual labels:  recommender-system
music-recommendation-system
A simple Music Recommendation System
Stars: ✭ 38 (+80.95%)
Mutual labels:  recommender-system
Recommender-Systems-with-Collaborative-Filtering-and-Deep-Learning-Techniques
Implemented User Based and Item based Recommendation System along with state of the art Deep Learning Techniques
Stars: ✭ 41 (+95.24%)
Mutual labels:  recommender-system
recsys spark
Spark SQL 实现 ItemCF,UserCF,Swing,推荐系统,推荐算法,协同过滤
Stars: ✭ 76 (+261.9%)
Mutual labels:  recommender-system
WWW2020-grec
Future Data Helps Training: Modeling Future Contexts for Session-based Recommendation
Stars: ✭ 17 (-19.05%)
Mutual labels:  recommender-system
fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
Stars: ✭ 1,367 (+6409.52%)
Mutual labels:  recommender-system

mlstm4reco

Benchmark multiplicative LSTM vs. ordinary LSTM. Read this blog post about the evaluation.

Description

Create a conda environment with:

conda env create -f environment-abstract.yml

or use:

conda env create -f environment-concrete.yml

to perfectly replicate the environment. Then activate the environment with:

source activate mlstm4reco

and install it with:

python setup.py develop

Then change into the experiments directory and run:

./run.py 10m -m mlstm

to run the mlstm model on the Movielens 10m dataset. Check out ./run.py -h for more help.

Note

This project has been set up using PyScaffold 3.0.2. For details and usage information on PyScaffold see http://pyscaffold.org/.

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