matrixToActMapList | R Documentation |
Organize a matrix containing 1d vectors of network activations as 2d maps.
matrixToActMapList(m, nrow = 0, ncol = 0)
m |
the matrix containing one activation pattern in every row |
nrow |
number of rows the resulting matrices will have |
ncol |
number of columns the resulting matrices will have |
The input to this function is a matrix containing in each row an activation pattern/output of a neural network. This function uses vectorToActMap to reorganize the matrix to a list of matrices, whereby each row of the input matrix is converted to a matrix in the output list.
a list containing the activation map matrices
vectorToActMap plotActMap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.