How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Implicit is a Python recommendation engine and matrix factorization library designed for collaborative filtering. It implements predictive models that analyze implicit feedback to estimate user preferences and generate personalized item recommendations without requiring explicit ratings. The library utilizes native-code execution and multi-core parallelized processing to decompose large interaction matrices into latent factors. It incorporates approximate nearest neighbor indexing to accelerate high-dimensional similarity lookups and reduce recommendation latency. The framework covers prefer
This project has been moved to https://github.com/cnclabs/smore.
A framework for large scale recommendation algorithms.
The main features of caserec/caserecommender are: Recommender Frameworks.
Open-source alternatives to caserec/caserecommender include: ankane/disco. benfred/implicit — Implicit is a Python recommendation engine and matrix factorization library designed for collaborative filtering. It… cnclabs/pronet-core — This project has been moved to https://github.com/cnclabs/smore. datasystemslab/recdb-postgresql. hidasib/gru4rec. alibaba/easyrec — A framework for large scale recommendation algorithms.