.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-05-05T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos