Convert matrix of activations to activation map list
转换矩阵的激活,激活的图列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Organize a matrix containing 1d vectors of network activations as 2d maps.
组织网络激活的2D图,包含一维向量矩阵。
用法----------Usage----------
参数----------Arguments----------
参数: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
将具有所得到的矩阵的列数
Details
详细信息----------Details----------
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
此函数的输入是一个矩阵包含在每一行的激活模式/输出的神经网络。这函数使用vectorToActMap的重组的矩阵的矩阵的列表,由此输入矩阵的每一行的
值----------Value----------
a list containing the activation map matrices
一个列表,其中包含激活图矩阵