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

File forwardprop.py

ann_class/forwardprop.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# forward propagation example for deep learning in python class.
2#
3# the notes for this class can be found at:
4# https://deeplearningcourses.com/c/data-science-deep-learning-in-python

Callers

nothing calls this directly

Calls 2

forwardFunction · 0.70
classification_rateFunction · 0.70

Tested by

no test coverage detected