Merge pull request #522 from MaxHalford/master

Update README.md
This commit is contained in:
Joseph Misiti 2018-08-16 08:49:29 -04:00 committed by GitHub
commit 7ef7500529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ Further resources:
<a name="go-general-purpose"></a>
#### General-Purpose Machine Learning
* [gago](https://github.com/MaxHalford/gago) - Multi-population, flexible, parallel genetic algorithm.
* [eaopt](https://github.com/MaxHalford/eaopt) - An evolutionary optimization library.
* [Go Learn](https://github.com/sjwhitworth/golearn) - Machine Learning for Go.
* [go-pr](https://github.com/daviddengcn/go-pr) - Pattern recognition package in Go lang.
* [go-ml](https://github.com/alonsovidales/go_ml) - Linear / Logistic regression, Neural Networks, Collaborative Filtering and Gaussian Multivariate Distribution.