1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-07 19:29:19 +08:00
golearn/README.md
Stephen Whitworth f723fa6552 Update README.md
2014-04-28 07:40:27 +01:00

13 lines
272 B
Markdown

GoLearn
=======
A basic, but useful, machine learning library for Go.
To do:
* Add more classifiers/regressors - random forests, logistic and linear regression
* Add useful tools - K fold parameter search
* Improve error handling
..and yes, it's nowhere near done yet