implicit
Recommender system library
Fast Python implementations of recommendation algorithms for implicit feedback datasets.
Fast Python Collaborative Filtering for Implicit Feedback Datasets
4k stars
76 watching
611 forks
Language: Python
last commit: 4 months ago
Linked from 3 awesome lists
collaborative-filteringmachine-learningmatrix-factorizationrecommendationrecommendation-systemrecommender-system
Related projects:
Repository | Description | Stars |
---|---|---|
recommenders-team/recommenders | Provides best practices and examples for building recommendation systems using machine learning algorithms | 19,274 |
lyst/lightfm | A Python implementation of a hybrid recommendation algorithm that incorporates explicit and implicit feedback for personalized item suggestions. | 4,773 |
erikbern/ann-benchmarks | A comprehensive benchmarking framework for evaluating the performance of approximate nearest neighbor search libraries in Python. | 4,972 |
plasma-umass/scalene | A high-performance Python profiler that analyzes CPU, GPU, and memory usage, providing detailed information and AI-powered optimization suggestions. | 12,186 |
thealgorithms/python | A collection of algorithm implementations in Python | 194,305 |
nixtla/statsforecast | An implementation of widely used time series forecasting models in Python | 3,990 |
xiangwang1223/neural_graph_collaborative_filtering | A Python implementation of a graph neural network-based collaborative filtering framework for personalized recommendation systems | 806 |
bupt-gamma/multi-component-graph-convolutional-collaborative-filtering | A deep learning framework for collaborative filtering and graph-based recommender systems | 60 |
microsoft/lightgbm | A high-performance gradient boosting framework for machine learning tasks | 16,694 |
catboost/catboost | A fast and scalable gradient boosting on decision trees library for machine learning tasks | 8,088 |
eriklindernoren/ml-from-scratch | Provides implementations of fundamental machine learning models and algorithms from scratch in Python | 24,003 |
luolc/adabound | An optimizer that combines the benefits of Adam and SGD algorithms | 2,907 |
aksnzhy/xlearn | A high-performance machine learning package with linear models and factorization machines. | 3,087 |
dmlc/xgboost | An optimized distributed gradient boosting library designed to be highly efficient and flexible | 26,299 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,121 |