An open API service indexing awesome lists of open source software.

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)

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.

[![NuGet Release](https://img.shields.io/nuget/v/NReco.Recommender.svg)](https://www.nuget.org/packages/NReco.Recommender/) [![AppVeyor](https://img.shields.io/appveyor/ci/nreco/recommender/master.svg)](https://ci.appveyor.com/project/nreco/recommender)

# 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][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