Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
""
"
2
Implementation of gradient descent algorithm
for
minimizing cost of a linear hypothesis
3
function.
4
""
"
Callers
nothing calls this directly
Calls
2
run_gradient_descent
Function · 0.85
test_gradient_descent
Function · 0.85
Tested by
no test coverage detected