MCPcopy 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

1import matplotlib.pyplot as plt
2
3lr = 1e-2
4x1 = 5

Callers

nothing calls this directly

Calls 3

JFunction · 0.85
g1Function · 0.85
g2Function · 0.85

Tested by

no test coverage detected