Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ gd.py
File
gd.py
linear_regression_class/gd.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
matplotlib.pyplot
as
plt
2
3
lr = 1e-2
4
x1 = 5
Callers
nothing calls this directly
Calls
3
J
Function · 0.85
g1
Function · 0.85
g2
Function · 0.85
Tested by
no test coverage detected