Closed andidr closed 5 years ago
Add a new kernel ResNetCell implementing one cell of ResNet [1]. The kernel computes:
ResNetCell
O = activation(activation(A.B).C) + A
where A, B and C are matrices and activation an activation function (ReLU, Sigmoid or identity).
A
B
C
activation
[1] https://arxiv.org/abs/1512.03385
Add a new kernel
ResNetCell
implementing one cell of ResNet [1]. The kernel computes:O = activation(activation(A.B).C) + A
where
A
,B
andC
are matrices andactivation
an activation function (ReLU, Sigmoid or identity).[1] https://arxiv.org/abs/1512.03385