rectified linear unit: Amp * max(0, (x - Center) / Scale - Cut) + Offset.
ReLU
00 Remarks
Models a "threshold trigger": the output only grows linearly once the (shifted) input exceeds the ReLU.Cut threshold.
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.ReLU
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| Cut | 1 | the threshold offset c (in normalized units). |
03 Members
Cut
the threshold offset c (in normalized units).