nuget server logo nuget api documents
↑

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

Tanh

Full name Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Tanh Assembly Microsoft.VisualBasic.Math.SignalProcessing Members 0

hyperbolic tangent: Amp * tanh((x - Center) / Scale) + Offset.

00 Remarks

Like sigmoid but in [-1, 1] and steeper around zero. Use it instead of sigmoid when the signal must switch symmetrically between positive and negative states.

01 Syntax

Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Tanh

02 Members