Skip to content

ferodia/GoRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoRegression Build Status

Ths is a library containing regression algorithms for machine learning using Golang.

  • Linear regression with Gradient descent
  • Logistic regression with Gradient descent

How to

Install dependencies

  • go get github.com/gonum/plot
  • go get github.com/gonum/matrix

Run the example:

  • go install
  • go run regression.go

Use the library:

  • Get the library using 'go get gitub.com/ferodia/GoRegression'
  • Import it in your go file 'import github.com/ferodia/GoRegression/linear'

TODO

  • change the architecture and remove X and Y, to have them as inputs
  • write unit tests

About

Machine learning algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages