README ¶ GoRegression 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 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files regression.go Directories ¶ Show internal Expand all Path Synopsis linear logistic model utils Click to show internal directories. Click to hide internal directories.