activatedDerivativeBuffer property

List<Matrix>? activatedDerivativeBuffer
getter/setter pair

Derivatives of the activation function used in the learning process

Implementation

List<Matrix>? activatedDerivativeBuffer;