.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 2025-12-12T19:14:01Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos