RecBole-MetaRec
Meta learner
Provides tools and models for building and comparing meta learning recommendation systems in Python.
RecBole-MetaRec is an extended module for RecBole, which aims to help researchers to compare and develop their own models in the meta learning recommendation field.
22 stars
2 watching
3 forks
Language: Python
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
tristandeleu/pytorch-meta | Provides tools and datasets for meta-learning and few-shot learning in deep learning | 1,987 |
rucaibox/recsysdatasets | A repository of public data sources for Recommender Systems. | 856 |
tristandeleu/pytorch-maml-rl | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 827 |
ikostrikov/pytorch-meta-optimizer | A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. | 312 |
okerew/okrolearn | A Python machine learning library providing efficient array operations and neural network functionality | 3 |
google-deepmind/functa | A repository containing code for a meta-learning experiment on image datasets | 149 |
rucaibox/recbole | A comprehensive and efficient recommendation system library with Python and PyTorch support | 3,450 |
katerakelly/pytorch-maml | An implementation of Model-Agnostic Meta-Learning (MAML) using PyTorch | 553 |
astrazeneca/rexmex | A library providing a comprehensive set of metrics and tools for evaluating recommender systems | 278 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
awslabs/renate | A tool for automatically updating machine learning models with new data without starting from scratch | 280 |
metarank/metarank | A low-code, scalable Machine Learning service for building personalized search and recommendations rankings | 2,085 |
rochacbruno/py2rs | A guide to help Python developers learn Rust | 2,083 |
alibaba/easyrec | A framework for building and deploying scalable recommendation algorithms | 1,784 |
muesli/regommend | A simple recommendation system built on top of Go, allowing users to create tables with user ratings and retrieve personalized recommendations. | 314 |