mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-26 13:49:14 +08:00
32 lines
744 B
Markdown
32 lines
744 B
Markdown
GoLearn
|
|
=======
|
|
|
|
<img src="http://talks.golang.org/2013/advconc/gopherhat.jpg" width=125><br>
|
|
[](https://godoc.org/github.com/sjwhitworth/golearn)<br>
|
|
|
|
A small start on a machine learning library in Go.
|
|
|
|
twitter: [@golearn_ml](http://www.twitter.com/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](https://slack.com) account, which we also use to communicate.
|