blockNetwork

Information

General interface for neural networks consisting of input u and output y.

Building block to build neural networks. To create a new neural network:

  1. Extend this partial block Network and set numInputs and numOutputs.
  2. Add input, hidden and ouput layers from NeuralNetwork.Layer.
  3. Connet layers internally as well as to network input u and output y.

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInput[:]uConnector of Real input signals
Modelica.Blocks.Interfaces.RealOutput[:]yConnector of Real output signals