MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / logistic4.py

File logistic4.py

logistic_regression_class/logistic4.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# demonstrates how to do gradient descent with numpy matrices,
2# with regularization.
3#
4# the notes for this class can be found at:

Callers

nothing calls this directly

Calls 2

sigmoidFunction · 0.70
cross_entropyFunction · 0.70

Tested by

no test coverage detected