.NeuralNetwork.Utilities.LogSig

Information

This function calculate the logaritmic sigmoid transfer function.

The algorithm used when the input is n is: logsig(n) = a = 1 / (1 + exp(-n)).

Release Notes:

Interface

function LogSig
  input Real u "Input of the function";
  output Real y "Output of the function";
end LogSig;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos