regression

package module
v0.0.0-...-51fb139 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2016 License: MIT Imports: 4 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL