MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / sgd.py

File sgd.py

ann_class2/sgd.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# In this file we compare the progression of the cost function vs. iteration
2# for 3 cases:
3# 1) full gradient descent
4# 2) mini-batch gradient descent

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected