The package containes templates to include different types of neural networks in Modelica. One find blocks within the model which have to be connected with the dessired in- and outputs. The user should extend the model, give all parameters and give a interface which has to be connected to the inner blocks.
Steps to include a model:
The examples PipeLocalHeatTransfer_smallNN and TF_PI_Stateful uses this approach to create a model.
Name | Description |
---|---|
BaseNeuralNet | |
BaseGenericNeuralNet | |
BaseFeedForwardNeuralNet | |
BaseRecurrentNeuralNet | |
BaseStatefulRecurrentNeuralNet |