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

Update README.md

This commit is contained in:
Max Halford 2018-08-16 13:25:41 +02:00 committed by GitHub
parent c736e07c44
commit d0185d2be2
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>
#### 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.