.NeuralNetwork.ActivationFunctions.ActivationFunction

Information

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 2024-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos