欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GoLearn
来自开放百科 - 灰狐
(版本间的差异)
(以“GoLearn:Machine learning for Go ==链接== *[https://github.com/sjwhitworth/golearn GoLearn @ GitHub] category:machine learning category:go”为内容创建页面) |
小 |
||
第1行: | 第1行: | ||
GoLearn:[[Machine learning]] for [[Go]] | GoLearn:[[Machine learning]] for [[Go]] | ||
+ | |||
+ | ==简介== | ||
+ | |||
+ | ==安装== | ||
+ | go get -t -u -v github.com/sjwhitworth/golearn | ||
+ | cd $GOPATH/src/github.com/sjwhitworth/golearn | ||
+ | go get -t -u -v ./... | ||
+ | cd examples/knnclassifier | ||
+ | go run knnclassifier_iris.go | ||
+ | |||
+ | ==图集== | ||
==链接== | ==链接== |
2016年4月16日 (六) 14:45的最后版本
GoLearn:Machine learning for Go
目录 |
[编辑] 简介
[编辑] 安装
go get -t -u -v github.com/sjwhitworth/golearn cd $GOPATH/src/github.com/sjwhitworth/golearn go get -t -u -v ./... cd examples/knnclassifier go run knnclassifier_iris.go
[编辑] 图集
[编辑] 链接
分享您的观点