MCPcopy 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
10def g1(x1):
11 return 2*x1
12
13def g2(x2):
14 return 4*x2**3

Callers 1

gd.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected