diff --git a/README.md b/README.md index 7497569c..59bb0b0d 100644 --- a/README.md +++ b/README.md @@ -1102,6 +1102,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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-featureprocessing](https://github.com/nikolaydubina/go-featureprocessing) - Fast and convenient feature processing for low latency machine leraning in Go. * [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. * [gobrain](https://github.com/goml/gobrain) - Neural Networks written in go.