1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-03 22:17:14 +08:00
Richard Townsend a2c67592df Adds Instances and Attributes type
* Refactors KNNClassifier to use them
* csv handling moved back into base due to a circular dependency
* Also adds the datasets used to test CSV handling
2014-05-13 22:08:11 +01:00
2014-05-13 22:08:11 +01:00
2014-05-13 22:08:11 +01:00
2014-05-06 23:13:02 +01:00
2014-05-04 09:52:13 +01:00
2014-04-30 08:22:08 +01:00
2014-05-04 09:31:31 +01:00

GoLearn


GoDoc

A small start on a machine learning library in Go.

twitter: @golearn_ml

Install

go get github.com/sjwhitworth/golearn
cd src/github.com/sjwhitworth/golearn
go get ./...

Examples

cd examples/
go run knnclassifier_iris.go

Join the team

If you'd like to contribute, please send me a mail at stephen dot whitworth at hailocab dot com. I will also add you to the team Slack account, which we also use to communicate.

Description
No description provided
Readme 30 MiB
Languages
Go 84.9%
C++ 10.4%
C 4.3%
Python 0.3%