Contains classes for the backward stage of the neural network layer.
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
Available identifiers of input objects for the layer algorithm
Enumerator |
---|
inputGradient |
Gradient of the preceding layer
|
Available identifiers of input objects for the layer algorithm
Enumerator |
---|
inputFromForward |
Input structure retrieved from the result of the forward layer
|
Available identifiers of results for the layer algorithm
Enumerator |
---|
gradient |
Gradient with respect to the outputs
|
weightDerivatives |
Gradient with respect to the weight
|
biasDerivatives |
Gradient with respect to the bias
|
Available identifiers of result objects for the layer algorithm