Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ J
Function
J
linear_regression_class/gd.py:7–8 ·
view source on GitHub ↗
(x1, x2)
Source
from the content-addressed store, hash-verified
5
x2 = -5
6
7
def
J(x1, x2):
8
return
x1**2 + x2**4
9
10
def
g1(x1):
11
return
2*x1
Callers
1
gd.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected