1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-05 19:30:19 +08:00
golearn/README.md

13 lines
272 B
Markdown
Raw Normal View History

2013-12-26 17:07:24 +00:00
GoLearn
2013-12-26 13:06:55 +00:00
=======
2013-12-26 17:07:24 +00:00
A basic, but useful, machine learning library for Go.
2014-01-04 11:12:06 +00:00
To do:
* Add more classifiers/regressors - random forests, logistic and linear regression
* Add useful tools - K fold parameter search
* Improve error handling
2014-04-28 07:40:27 +01:00
..and yes, it's nowhere near done yet