forwardprop {simpleMLP} | R Documentation |
Forward propagation
Description
Runs a forward pass through the network.
Usage
forwardprop(model, x)
Arguments
model |
list of all the weights and biases |
x |
input to the network |
Value
list of all intermediate values
[Package simpleMLP version 1.0.0 Index]