complexReluLayer
Description
A complex ReLU layer performs a threshold operation to the real and imaginary parts of the input, where any value less than zero is set to zero.
Creation
Description
creates a complex
ReLU layer.layer = complexReluLayer
also
sets the optional layer = complexReluLayer(Name=name)Name property using a name-value argument.
Properties
Examples
Algorithms
Version History
Introduced in R2025a
See Also
complexToRealLayer | realToComplexLayer | reluLayer | trainnet | trainingOptions | dlnetwork