An open API service indexing awesome lists of open source software.

https://github.com/soypete/go-ml-linear-regression

THIS IS AN EXAMPLE if how to implement linear Regression in Go. I know I should be better with naming.
https://github.com/soypete/go-ml-linear-regression

golang golang-examples gophernotes machine-learning ml

Last synced: 11 months ago
JSON representation

THIS IS AN EXAMPLE if how to implement linear Regression in Go. I know I should be better with naming.

Awesome Lists containing this project

README

          

# go-ml-linear-regression
This is a jupyter notebook implementation of the excercises in Ch. 4 from _Machine Learning in Go_ by: Daniel Whitenack. It can be viewed and run through the `MyBinder` link at the bottom.

## Environmental Setup

To setup the local environment for implementation run the following commands.

`bash bin/environmental_setup`

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/Soypete/go-ml-linear-regression/master)