Description Usage Arguments Value Author(s)
Calculate first-layer convolutional filter activations.
1 | get_activations(model, input_layer = NULL, output_layer, data)
|
model |
A |
input_layer |
Integer value denoting the input data. If NULL, assumes a single input layer. |
output_layer |
Integer denoting output layer or string containing the layer name. |
data |
Data array returned from |
Array of activations.
Matthew Ploenzke, ploenzke@g.harvard.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.