2013-12-26 17:07:24 +00:00
|
|
|
GoLearn
|
2013-12-26 13:06:55 +00:00
|
|
|
=======
|
|
|
|
|
2014-05-01 08:26:32 +01:00
|
|
|
<img src="http://talks.golang.org/2013/advconc/gopherhat.jpg" width=125>
|
2014-05-01 08:24:22 +01:00
|
|
|
|
2014-04-28 08:11:40 +01:00
|
|
|
A small start on a machine learning library in Go.
|
2014-01-04 11:12:06 +00:00
|
|
|
|
2014-05-01 11:59:24 +08:00
|
|
|
Install
|
|
|
|
=======
|
|
|
|
|
|
|
|
```
|
|
|
|
go get github.com/sjwhitworth/golearn
|
|
|
|
cd src/github.com/sjwhitworth/golearn
|
|
|
|
go get ./...
|
|
|
|
```
|
|
|
|
|
|
|
|
Examples
|
|
|
|
=======
|
|
|
|
|
|
|
|
```
|
|
|
|
cd examples/
|
|
|
|
go run knnclassifier_iris.go
|
|
|
|
```
|
|
|
|
|
2014-04-30 08:22:58 +01:00
|
|
|
Join the team
|
2014-04-28 08:11:40 +01:00
|
|
|
=============
|
|
|
|
|
2014-04-30 08:22:58 +01:00
|
|
|
If you'd like to contribute, please send me a mail at stephen dot whitworth at hailocab dot com.
|