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

File logistic3.py

logistic_regression_class/logistic3.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#
3# the notes for this class can be found at:
4# https://deeplearningcourses.com/c/data-science-logistic-regression-in-python

Callers

nothing calls this directly

Calls 2

sigmoidFunction · 0.70
cross_entropyFunction · 0.70

Tested by

no test coverage detected