Skip to content

haya14busa/go-Intern-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intern.ml

go-Intern-Machine-Learning is the template for the task of "Web開発におけるコンピュータサイエンス - 機械学習編" from Hatena Co., Ltd written in Go.

Setup

$ make setup

Test: F value

$ go test ./ml/evaluation

Run classification of Iris command

$ ./script/run-iris
# or
$ go build ./cmd/iris
$ ./iris

Plot learning curve

Execution

$ go build ./cmd/iris
$ seq 100 | xargs -i ./iris -training=./data/iris.training.data -test=./data/iris.test.data -i={}

Graph

$ seq 100 | xargs -i ./iris -training=./data/iris.training.data -test=./data/iris.test.data -i={} | script/plot

It needs gnuplot to use script/plot.

Author

haya14busa

Credit

Copyright 2016 はてな教科書 by はてな

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published