pyFM
Recommendation algorithm
A Python implementation of a factorization machine algorithm for recommendation systems.
Factorization machines in python
922 stars
45 watching
310 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jmhessel/fmpytorch | PyTorch implementation of a Factorization Machine module | 173 |
jfkirk/tensorrec | A Python framework for building recommendation systems using TensorFlow. | 1,277 |
alibaba/easyrec | A framework for building and deploying scalable recommendation algorithms | 1,784 |
ibayer/fastfm | A library providing optimized algorithms for matrix factorization in machine learning applications | 1,075 |
ghamrouni/recommender | A C-based system for predicting product recommendations using collaborative filtering algorithms | 264 |
greenwolf-nsk/yandex-cup-2022-recsys | A recommender system built using multiple candidate selection and ranking methods for predicting next item likes in a streaming data environment. | 54 |
ocelma/python-recsys | A library for building and using collaborative filtering-based recommender systems | 1,475 |
timkaye11/gorecommend | A package of Collaborative Filtering algorithms in Go for recommendation systems. | 206 |
pouyamghari/pof-mkl | An implementation of an online federated learning algorithm with multiple kernels for personalized machine learning | 0 |
yihong-chen/neural-collaborative-filtering | An implementation of a deep learning-based framework for making recommendations using neural networks and matrix factorization. | 480 |
deepgraphlearning/recommendersystems | A comprehensive library of algorithms and techniques for building recommender systems | 1,102 |
preferredai/cornac | A tool for building and comparing multimodal recommender systems using various machine learning algorithms. | 884 |
facebookresearch/pycls | A flexible PyTorch image classification framework for rapid research exploration and model evaluation. | 2,138 |
geffy/tffm | An implementation of Factorization Machine with arbitrary order and multiple optimization methods | 780 |
bupt-gamma/multi-component-graph-convolutional-collaborative-filtering | A deep learning framework for collaborative filtering and graph-based recommender systems | 60 |