.NeuralNetwork.ActivationFunctions.ActivationFunction

All activation functions extend from this partial function

Interface

partial function ActivationFunction
  extends Modelica.Icons.Function;
  input Real u "Input of the function";
  output Real y "Output of the function";
end ActivationFunction;

Generated at 2026-08-05T20:24:29Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos