https://github.com/nreco/recommender
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)
https://github.com/nreco/recommender
collaborative-filtering dot-net dotnetcore mahout-cf-engine recommendation-algorithms recommendation-engine recommendation-system recommender recommender-system
Last synced: 6 months ago
JSON representation
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)
- Host: GitHub
- URL: https://github.com/nreco/recommender
- Owner: nreco
- License: other
- Created: 2015-11-02T08:55:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T08:23:53.000Z (almost 7 years ago)
- Last Synced: 2025-04-10T00:06:00.413Z (6 months ago)
- Topics: collaborative-filtering, dot-net, dotnetcore, mahout-cf-engine, recommendation-algorithms, recommendation-engine, recommendation-system, recommender, recommender-system
- Language: C#
- Homepage: https://www.nrecosite.com/recommender_net.aspx
- Size: 348 KB
- Stars: 38
- Watchers: 10
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.[](https://www.nuget.org/packages/NReco.Recommender/) [](https://ci.appveyor.com/project/nreco/recommender)
# Links
- Official website: NReco Recommender
- MovieLens ASP.NET MVC Example
- API Reference
# 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][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
[agpl]: LICENSE