LightFM
implicit
Our great sponsors
LightFM | implicit | |
---|---|---|
0 | 3 | |
4,057 | 2,819 | |
1.5% | - | |
6.4 | 8.2 | |
3 months ago | 9 days ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
LightFM
We haven't tracked posts mentioning LightFM yet.
Tracking mentions began in Dec 2020.
implicit
- Recommendation system integration
-
Content-based Recommender System with Python
Although CF methods also have some explainability available. CF library https://github.com/benfred/implicit which I used a lot in my past projects, e.g. has the method model.explain available for that.
-
Tensorflow Recommender (TFRS) or Scikit-Surprise?
In that case, you are doing some form of collaborative filtering, though you can also add content-based filtering as additional features later. You can use either implicit or explicit feedback. I would suggest checking this package, and this tutorial. Let me know if you have any other questions.
What are some alternatives?
Surprise - A Python scikit for building and analyzing recommender systems
tensorflow - An Open Source Machine Learning Framework for Everyone
spotlight - Deep recommender models using PyTorch.
xgboost - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
MLflow - Open source platform for the machine learning lifecycle
Keras - Deep Learning for humans
annoy - Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
fastFM - fastFM: A Library for Factorization Machines
TensorRec - A TensorFlow recommendation algorithm and framework in Python.
Crab - Crab is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (numpy, scipy, matplotlib).
matrix-factorization - Library for matrix factorization for recommender systems using collaborative filtering
scikit-learn - scikit-learn: machine learning in Python