Description Usage Arguments Author(s)
View source: R/compute_layer.R
This function returns an array of outputs from a given layer.
1 | compute_layer(inputs, layer)
|
inputs |
A matrix of size (N, 1), where N is the size of the layer that is going to receive such inputs. (matrix) |
layer |
A layer object generated by create_layer (list) |
Eduardo Kapp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.