Description Usage Arguments Author(s)
This function does a forward propagation.
1 | forward_pass(inputs, network)
|
inputs |
A matrix of size (N, 1), where N is the size of the layer that is going to receive such inputs. (matrix) |
network |
A network object generated by create_network (list) |
Eduardo Kapp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.