https://github.com/mathix420/ft_linear_regression
Libraryless linear regression with gradient descent.
https://github.com/mathix420/ft_linear_regression
Last synced: 8 months ago
JSON representation
Libraryless linear regression with gradient descent.
- Host: GitHub
- URL: https://github.com/mathix420/ft_linear_regression
- Owner: mathix420
- Created: 2019-08-06T10:36:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T16:32:45.000Z (over 5 years ago)
- Last Synced: 2025-03-03T12:47:59.968Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_linear_regression
Libraryless linear regression with gradient descent.