Module math

Module math 

Source
Expand description

layers representing important mathematical operations

Structsยง

Abs
wrapper to apply an operation
AbsLayer
layer to apply an operation
Add
wrapper to apply an operation
AddLayer
layer to apply an operation
Mean
wrapper to apply an operation
MeanLayer
layer to apply an operation
Mul
wrapper to apply an operation
MulLayer
layer to apply an operation
Neg
wrapper to apply an operation
NegLayer
layer to apply an operation
SquaredError
wrapper to apply an operation
SquaredErrorLayer
layer to apply an operation
Sum
wrapper to apply an operation
SumLayer
layer to apply an operation