From 1c1cd316cc27e465567ffef69afc8bbd0d7d9589 Mon Sep 17 00:00:00 2001 From: Vinta Date: Fri, 3 Feb 2017 04:25:25 +0800 Subject: [PATCH] add LightFM to Machine Learning section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aece2d05..4bac723e 100644 --- a/README.md +++ b/README.md @@ -740,6 +740,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for Machine Learning. See: [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning#python).* * [gensim](https://github.com/piskvorky/gensim) - Topic Modelling for Humans. +* [LightFM](https://github.com/lyst/lightfm) - A Python implementation of a number of popular recommendation algorithms. * [MLlib](http://spark.apache.org/mllib/) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library. * [NuPIC](https://github.com/numenta/nupic) - Numenta Platform for Intelligent Computing. * [Pylearn2](https://github.com/lisa-lab/pylearn2) - A Machine Learning library based on [Theano](https://github.com/Theano/Theano).