MCPcopy 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

5x2 = -5
6
7def J(x1, x2):
8 return x1**2 + x2**4
9
10def g1(x1):
11 return 2*x1

Callers 1

gd.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected