FMIFlux.jl is a free-to-use software library for the Julia programming language, which offers the ability to setup NeuralFMUs: You can place FMUs (fmi-standard.org) simply inside any feed-forward NN topology and still keep the resulting hybrid model trainable with a standard AD training process.
- open a Julia-Command-Window, activate your prefered environemnt
- goto package manager using
] - type
add FMIFluxoradd "https://github.com/ThummeTo/FMIFlux.jl" - have a look in the
examplefolder
- building and training ME-NeuralFMUs with the default Flux-Front-End
- building and training CS-NeuralFMUs
- ...
- different modes for sensitivity estimation
- documentation
- more examples
- ...
