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.
- Host: GitHub
- URL: https://github.com/soypete/go-ml-linear-regression
- Owner: Soypete
- Created: 2018-09-26T06:24:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T22:28:59.000Z (over 7 years ago)
- Last Synced: 2025-01-08T18:20:49.618Z (about 1 year ago)
- Topics: golang, golang-examples, gophernotes, machine-learning, ml
- Language: Jupyter Notebook
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
[](https://mybinder.org/v2/gh/Soypete/go-ml-linear-regression/master)