mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-05-03 22:17:14 +08:00
272 B
272 B
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