1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2024-11-13 11:24:23 -05:00

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

View file

@ -322,7 +322,7 @@ Further resources:
<a name="go-general-purpose"></a> <a name="go-general-purpose"></a>
#### General-Purpose Machine Learning #### 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 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-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. * [go-ml](https://github.com/alonsovidales/go_ml) - Linear / Logistic regression, Neural Networks, Collaborative Filtering and Gaussian Multivariate Distribution.