Skip to content

fisproject/go-msgd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-msgd

Overview

Example of mini-batch SGD (mini-batch stochastic gradient descent) in Go

Requirement

$ go version
go version go1.7.4 darwin/amd64

$ go get github.com/gonum/blas
$ go get github.com/gonum/matrix
$ go get github.com/gonum/plot

If you want to use OpenBLAS, install it in any directory:

$ git clone https://github.com/xianyi/OpenBLAS
$ cd OpenBLAS
$ make

Licence

MIT

Author

fisproject

About

Example of mini-batch SGD (mini-batch stochastic gradient descent) in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages