https://github.com/kevinarce/univariate-linear-regression
The aim of this project and is to implement all the machinery, including gradient descent and linear regression, of the various learning algorithms yourself, so you have a deeper understanding of the fundamentals.
https://github.com/kevinarce/univariate-linear-regression
collaborate educative github gitlens jupiter-notebook linear-regression machine-learning machine-learning-algorithms python student-vscode
Last synced: 9 months ago
JSON representation
The aim of this project and is to implement all the machinery, including gradient descent and linear regression, of the various learning algorithms yourself, so you have a deeper understanding of the fundamentals.
- Host: GitHub
- URL: https://github.com/kevinarce/univariate-linear-regression
- Owner: KevinArce
- License: mit
- Created: 2022-07-01T03:45:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T01:19:05.000Z (over 3 years ago)
- Last Synced: 2025-02-15T15:50:03.123Z (11 months ago)
- Topics: collaborate, educative, github, gitlens, jupiter-notebook, linear-regression, machine-learning, machine-learning-algorithms, python, student-vscode
- Language: Jupyter Notebook
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Univariate-Linear-Regression
The aim of this project and is to implement all the machinery, including gradient descent and linear regression, of the various learning algorithms yourself,
so you have a deeper understanding of the fundamentals.