From 8df13b07b964ccd13547674462c3e283253cb5ef Mon Sep 17 00:00:00 2001 From: Marinka Zitnik Date: Fri, 14 Feb 2020 10:59:48 -0500 Subject: [PATCH] Pointers to additional algorithm implementations --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 420aeeb..49a161a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ then many volunteers have contributed. See AUTHORS file for a complete list of c It is currently maintained by a team of volunteers. -[**[News:]**](https://github.com/marinkaz/scikit-fusion) Scikit-fusion, implementations of collective latent factor models and large-scale joint matrix factorization algorithms for data fusion and learning over heterogeneous data. +[**[News:]**](https://github.com/marinkaz/scikit-fusion) [Scikit-fusion](https://github.com/marinkaz/scikit-fusion), collective latent factor models, matrix factorization for data fusion and learning over heterogeneous data. + +[**[News:]**](https://github.com/mims-harvard/fastGNMF) [fastGNMF](https://github.com/mims-harvard/fastGNMF), fast implementation of graph-regularized non-negative matrix factorization using [Facebook FAISS](https://github.com/facebookresearch/faiss). Important links ---------------