From 5be69dc8f7fd1e41f4d185f54832b8fc91dc9732 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sun, 20 Aug 2017 14:25:44 +0800 Subject: [PATCH] add libffm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 012dc48..0cdc64a 100644 --- a/README.md +++ b/README.md @@ -899,6 +899,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [annoy](https://github.com/spotify/annoy) - Approximate Nearest Neighbors in C++/Python optimized for memory usage. * [fastFM](https://github.com/ibayer/fastFM) - A library for Factorization Machines. * [implicit](https://github.com/benfred/implicit) - A fast Python implementation of collaborative filtering for implicit datasets. +* [libffm](https://github.com/guestwalk/libffm) - A library for Field-aware Factorization Machine (FFM). * [LightFM](https://github.com/lyst/lightfm) - A Python implementation of a number of popular recommendation algorithms. * [surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems.