/go-ml-linear-regression

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

Primary LanguageJupyter Notebook

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