nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.SignalProcessing / ReLU

ReLU

Full name Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.ReLU Assembly Microsoft.VisualBasic.Math.SignalProcessing Members 1

rectified linear unit: Amp * max(0, (x - Center) / Scale - Cut) + Offset.

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

NameOverloadsSummary
Cut 1 the threshold offset c (in normalized units).

03 Members

property Cut #
Cut

the threshold offset c (in normalized units).