All Projects → nreco → recommender

nreco / recommender

Licence: other
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to recommender

recommender system with Python
recommender system tutorial with Python
Stars: ✭ 106 (+202.86%)
Mutual labels:  collaborative-filtering, recommender, recommendation-system, recommendation-engine, recommender-system
Movie Recommender System
Basic Movie Recommendation Web Application using user-item collaborative filtering.
Stars: ✭ 85 (+142.86%)
Mutual labels:  collaborative-filtering, recommendation-system, recommendation-engine, recommender-system
Cornac
A Comparative Framework for Multimodal Recommender Systems
Stars: ✭ 308 (+780%)
Mutual labels:  collaborative-filtering, recommendation-system, recommendation-engine, recommender-system
Chameleon recsys
Source code of CHAMELEON - A Deep Learning Meta-Architecture for News Recommender Systems
Stars: ✭ 202 (+477.14%)
Mutual labels:  recommendation-system, recommendation-engine, recommender-system
TIFUKNN
kNN-based next-basket recommendation
Stars: ✭ 38 (+8.57%)
Mutual labels:  collaborative-filtering, recommendation-system, recommender-system
recsys2019
The complete code and notebooks used for the ACM Recommender Systems Challenge 2019
Stars: ✭ 26 (-25.71%)
Mutual labels:  recommender, recommender-system, recommendation-algorithms
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+33665.71%)
Mutual labels:  recommender, recommendation-system, recommendation-engine
Recdb Postgresql
RecDB is a recommendation engine built entirely inside PostgreSQL
Stars: ✭ 297 (+748.57%)
Mutual labels:  recommendation-system, recommendation-engine, recommender-system
Librec
LibRec: A Leading Java Library for Recommender Systems, see
Stars: ✭ 3,045 (+8600%)
Mutual labels:  collaborative-filtering, recommender, recommendation-algorithms
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 (+2128.57%)
Mutual labels:  collaborative-filtering, recommendation-system, recommender-system
raptor
A lightweight product recommendation system (Item Based Collaborative Filtering) developed in Haskell.
Stars: ✭ 34 (-2.86%)
Mutual labels:  collaborative-filtering, recommendation-system, recommendation-engine
retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (-8.57%)
Mutual labels:  recommendation-system, recommendation-engine, recommender-system
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+1342.86%)
Mutual labels:  recommendation-system, recommender-system, recommendation-algorithms
Awesome-Machine-Learning-Papers
📖Notes and remarks on Machine Learning related papers
Stars: ✭ 35 (+0%)
Mutual labels:  collaborative-filtering, recommender-system
EasyRec
A framework for large scale recommendation algorithms.
Stars: ✭ 599 (+1611.43%)
Mutual labels:  recommender-system, recommendation-algorithms
BPR MPR
BPR, Bayesian Personalized Ranking (BPR), extremely convenient BPR & Multiple Pairwise Ranking
Stars: ✭ 77 (+120%)
Mutual labels:  collaborative-filtering, recommender-system
Person-Recommendation-Algorithms
推荐算法个人学习笔记以及代码实战
Stars: ✭ 50 (+42.86%)
Mutual labels:  collaborative-filtering, recommendation-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 (-14.29%)
Mutual labels:  collaborative-filtering, 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 (+17.14%)
Mutual labels:  collaborative-filtering, recommender-system
MARank
Multi-order Attentive Ranking Model for Sequential Recommendation
Stars: ✭ 25 (-28.57%)
Mutual labels:  recommender-system, recommendation-algorithms

NReco Recommender

NReco Recommender is a .NET port of Apache Mahout Collaborative Filtering engine "Taste" (standalone, non-Hadoop version). Names of namespaces, class names and public methods are preserved but aligned with C# naming conventions.

NuGet Release AppVeyor

Links

Copyright and License

Copyright 2013-2017 Vitalii Fedorchenko (nrecosite.com) Parts of this code are based on Apache Mahout ("Taste") that was licensed under the Apache 2.0 License (see http://www.apache.org/licenses/LICENSE-2.0).

Free and public version of NReco Recommender is licensed under AGPL.

Buying a license is mandatory as soon as you develop commercial activities distributing the NReco Recommender inside your product or deploying it on a network without disclosing the source code of your own applications under the AGPL license. These activities include:

  • offering paid services to customers as an ASP
  • making recommendations in the cloud or in a web application
  • shipping NReco Recommender with a closed source product
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].