MCPcopy Index your code
hub / github.com/devAmoghS/Machine-Learning-with-Python / minimize_batch

Function minimize_batch

helpers/gradient_descent.py:74–96  ·  view source on GitHub ↗

use gradient descent to find theta that minimizes target function

(target_fn, gradient_fn, theta_0, tolerance=0.000001)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

maximize_batchFunction · 0.85

Calls 2

safeFunction · 0.85
stepFunction · 0.85

Tested by

no test coverage detected