https://github.com/yaricom/lineargo
The simple linear regression gradient descent solver in GO
https://github.com/yaricom/lineargo
Last synced: 4 months ago
JSON representation
The simple linear regression gradient descent solver in GO
- Host: GitHub
- URL: https://github.com/yaricom/lineargo
- Owner: yaricom
- License: mit
- Created: 2017-08-15T08:42:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T11:38:34.000Z (about 8 years ago)
- Last Synced: 2025-04-09T10:48:55.997Z (6 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linearGO
The simple linear regression gradient descent solver in GO