Skip to content

molesinski/Implicit

Repository files navigation

Implicit

CI NuGet NuGet License

Fast .NET Collaborative Filtering for implicit Datasets.

Based on

This project is based on Python library Implicit by Ben Frederickson. Therefore provides fast C# implementations of several (so far only ALS) different popular recommendation algorithms for implicit feedback datasets:

All models have multi-threaded training routines, using Parallel execution to fit the models in parallel among all available CPU cores. Library uses MathNet.Numerics to perform linear algebra calculations, so it is possible to use Intel Math Kernel Library (MKL) to speed up computations by following this guide.

License

About

Fast .NET Collaborative Filtering for Implicit Datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages