All Projects → takuti → Flurs

takuti / Flurs

Licence: mit
🌊 FluRS: A Python library for streaming recommendation algorithms

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flurs

Recommendation.jl
Building recommender systems in Julia
Stars: ✭ 42 (-56.7%)
Mutual labels:  matrix-factorization, recommender-system, factorization-machines
Rsparse
Fast and accurate machine learning on sparse matrices - matrix factorizations, regression, classification, top-N recommendations.
Stars: ✭ 145 (+49.48%)
Mutual labels:  recommender-system, matrix-factorization, factorization-machines
Fastfm
fastFM: A Library for Factorization Machines
Stars: ✭ 908 (+836.08%)
Mutual labels:  recommender-system, matrix-factorization, factorization-machines
Daisyrec
A developing recommender system in pytorch. Algorithm: KNN, LFM, SLIM, NeuMF, FM, DeepFM, VAE and so on, which aims to fair comparison for recommender system benchmarks
Stars: ✭ 280 (+188.66%)
Mutual labels:  recommender-system, matrix-factorization, factorization-machines
Buffalo
TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
Stars: ✭ 498 (+413.4%)
Mutual labels:  recommender-system, matrix-factorization
Neural factorization machine
TenforFlow Implementation of Neural Factorization Machine
Stars: ✭ 422 (+335.05%)
Mutual labels:  recommender-system, factorization-machines
Recommender System With Tf2.0
Recurrence the recommender paper with Tensorflow2.0
Stars: ✭ 622 (+541.24%)
Mutual labels:  recommender-system, matrix-factorization
Orange3 Recommendation
🍊 👎 Add-on for Orange3 to support recommender systems.
Stars: ✭ 21 (-78.35%)
Mutual labels:  recommender-system, matrix-factorization
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (+236.08%)
Mutual labels:  data-science, recommender-system
Recsys2019 deeplearning evaluation
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" and of several follow-up studies.
Stars: ✭ 780 (+704.12%)
Mutual labels:  recommender-system, matrix-factorization
Attentional Neural Factorization Machine
Attention,Factorization Machine, Deep Learning, Recommender System
Stars: ✭ 39 (-59.79%)
Mutual labels:  recommender-system, factorization-machines
Openlearning4deeprecsys
Some deep learning based recsys for open learning.
Stars: ✭ 383 (+294.85%)
Mutual labels:  recommender-system, factorization-machines
Attentional factorization machine
TensorFlow Implementation of Attentional Factorization Machine
Stars: ✭ 362 (+273.2%)
Mutual labels:  recommender-system, factorization-machines
Moviegeek
A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
Stars: ✭ 608 (+526.8%)
Mutual labels:  data-science, recommender-system
Lightfm
A Python implementation of LightFM, a hybrid recommendation algorithm.
Stars: ✭ 3,884 (+3904.12%)
Mutual labels:  recommender-system, matrix-factorization
Elliot
Comprehensive and Rigorous Framework for Reproducible Recommender Systems Evaluation
Stars: ✭ 49 (-49.48%)
Mutual labels:  recommender-system, matrix-factorization
Recoder
Large scale training of factorization models for Collaborative Filtering with PyTorch
Stars: ✭ 46 (-52.58%)
Mutual labels:  recommender-system, matrix-factorization
Collaborative Deep Learning For Recommender Systems
The hybrid model combining stacked denoising autoencoder with matrix factorization is applied, to predict the customer purchase behavior in the future month according to the purchase history and user information in the Santander dataset.
Stars: ✭ 60 (-38.14%)
Mutual labels:  data-science, recommender-system
Recosystem
Recommender System Using Parallel Matrix Factorization
Stars: ✭ 74 (-23.71%)
Mutual labels:  recommender-system, matrix-factorization
Cornac
A Comparative Framework for Multimodal Recommender Systems
Stars: ✭ 308 (+217.53%)
Mutual labels:  recommender-system, matrix-factorization

FluRS

Build Status Build status PyPI version

FluRS is a Python library for online item recommendation. The name indicates Flu-* (Flux, Fluid, Fluent) Recommender Systems which incrementally adapt to dynamic user-item interactions in a streaming environment.

Installation

$ pip install flurs

Note that repository takuti/stream-recommender uses FluRS v0.0.1 to write research papers.

Usage

See documentation for detail.

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