MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / gradient_descent.py

File gradient_descent.py

machine_learning/gradient_descent.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Implementation of gradient descent algorithm for minimizing cost of a linear hypothesis
3function.
4"""

Callers

nothing calls this directly

Calls 2

run_gradient_descentFunction · 0.85
test_gradient_descentFunction · 0.85

Tested by

no test coverage detected