1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00
golearn/README.md

32 lines
744 B
Markdown
Raw Normal View History

2013-12-26 17:07:24 +00:00
GoLearn
2013-12-26 13:06:55 +00:00
=======
2014-05-04 09:31:31 +01:00
<img src="http://talks.golang.org/2013/advconc/gopherhat.jpg" width=125><br>
[![GoDoc](https://godoc.org/github.com/sjwhitworth/golearn?status.png)](https://godoc.org/github.com/sjwhitworth/golearn)<br>
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-03 18:38:20 +01:00
twitter: [@golearn_ml](http://www.twitter.com/golearn_ml)
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-05-03 18:36:08 +01:00
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](https://slack.com) account, which we also use to communicate.