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

Function feed_forward

neural_network/utils.py:26–42  ·  view source on GitHub ↗

takes in a neural network (represented as a list of lists of lists of weights) and returns the output from forward-propagating the input

(neural_network, input_vector)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

predictFunction · 0.90
backpropagateFunction · 0.85
utils.pyFile · 0.85

Calls 1

neuron_outputFunction · 0.85

Tested by

no test coverage detected