Ths is a library containing regression algorithms for machine learning using Golang.
- Linear regression with Gradient descent
- Logistic regression with Gradient descent
- go get github.com/gonum/plot
- go get github.com/gonum/matrix
- go install
- go run regression.go
- Get the library using 'go get gitub.com/ferodia/GoRegression'
- Import it in your go file 'import github.com/ferodia/GoRegression/linear'
- change the architecture and remove X and Y, to have them as inputs
- write unit tests