From f0accb131f63a817b47cac440a36ad975ae1659b Mon Sep 17 00:00:00 2001 From: Surender Thakran Date: Sun, 12 Aug 2018 15:53:49 +0530 Subject: [PATCH] Add GoMind (#2048) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71cd30e7..2b850c33 100644 --- a/README.md +++ b/README.md @@ -772,6 +772,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goga](https://github.com/tomcraven/goga) - Genetic algorithm library for Go. * [GoLearn](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. * [golinear](https://github.com/danieldk/golinear) - liblinear bindings for Go. +* [GoMind](https://github.com/surenderthakran/gomind) - A simplistic Neural Network Library in Go. * [goml](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go. * [goRecommend](https://github.com/timkaye11/goRecommend) - Recommendation Algorithms library written in Go. * [gorgonia](https://github.com/chewxy/gorgonia) - graph-based computational library like Theano for Go that provides primitives for building various machine learning and neural network algorithms.