From 1e085b08b55f50cba4801899a545aec42fe99336 Mon Sep 17 00:00:00 2001 From: Jonas Trevisan Date: Mon, 28 Jul 2014 14:08:30 -0300 Subject: [PATCH] Add gobrain to Machine Learning Section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1e644cc..d1a3ada2 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bayesian](https://github.com/jbrukh/bayesian) - Naive Bayesian Classification for Golang. * [CloudForest](https://github.com/ryanbressler/CloudForest) - Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go. +* [gobrain](https://github.com/goml/gobrain) - Neural Networks written in go * [go-fann](https://github.com/white-pony/go-fann) - Go bindings for Fast Artificial Neural Networks(FANN) library. * [go-galib](https://github.com/thoj/go-galib) - Genetic Algorithms library written in Go / golang * [golinear](https://github.com/danieldk/golinear) - liblinear bindings for Go