This package provides several blocks which can be used to include different types of neural networks within Modelica models. These blocks can be included in models, but their in- and outputs are still generic arrays. The user has to fill the arrays in the same manner as they are used during training in python.
Steps to include a model:
The examples PipeLocalHeatTransfer and TF_PI_Stateful use this approach.
Name | Description |
---|---|
EvaluateGenericNeuralNetwork | |
EvaluateSimpleFeedForwardNeuralNetwork | |
EvaluateRecurrentNeuralNet | |
EvaluateStatefulRecurrentNeuralNet |