Add go-deep (#1804)

This commit is contained in:
Patrik Ehrencrona 2018-02-14 11:06:39 +01:00 committed by Bo-Yi Wu
parent 11948b31d6
commit 8a5e5bea0d

View File

@ -718,6 +718,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [fonet](https://github.com/Fontinalis/fonet) - A Deep Neural Network library written in Go.
* [gago](https://github.com/MaxHalford/gago) - Multi-population, flexible, parallel genetic algorithm.
* [go-cluster](https://github.com/e-XpertSolutions/go-cluster) - Go implementation of the k-modes and k-prototypes clustering algorithms.
* [go-deep](https://github.com/patrikeh/go-deep) - A feature-rich neural network library 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.
* [go-pr](https://github.com/daviddengcn/go-pr) - Pattern recognition package in Go lang.