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