From 5eec5fc25a59677c17c4c8c009b946b4bc6c58f6 Mon Sep 17 00:00:00 2001 From: Tim Kaye Date: Mon, 28 Jul 2014 22:03:21 -0700 Subject: [PATCH] added gorecommend --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5c277fc..8499746e 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [golinear](https://github.com/danieldk/golinear) - liblinear bindings for Go * [GoLearn](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. * [go-pr](https://github.com/daviddengcn/go-pr) - Pattern recognition package in Go lang. +* [goRecommend](https://github.com/timkaye11/goRecommend) - Recommendation Algorithms library written in Go. * [libsvm](https://github.com/datastream/libsvm) - libsvm golang version derived work based on LIBSVM 3.14. * [mlgo](https://code.google.com/p/mlgo/) - This project aims to provide minimalistic machine learning algorithms in Go. * [neural-go](https://github.com/schuyler/neural-go) - A multilayer perceptron network implemented in Go, with training via backpropagation.