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:
- Extend this partial block Network and set numInputs and numOutputs.
- Add input, hidden and ouput layers from NeuralNetwork.Layer.
- Connet layers internally as well as to network input u and output y.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput[:] | u | Connector of Real input signals | |
| Modelica.Blocks.Interfaces.RealOutput[:] | y | Connector of Real output signals |