Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 748 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 748 Bytes

Course Material for KIT-2243070

Data based modeling and control

In this repo I track my results for the exercises of the KIT course on data based modeling and control.

The solutions are coded in python. To run and test them I rely on some data provided by the professor but the algorithms can generally run on any data if it is in a numpy compatible format. The loading of the initial data only needs to be adepted.

If you have any questions, remarks or find erros in my code, feel free to open an issue!

Happy coding!

Excercise 1

  • Implementation of least squares algorithm

Excercise 2

  • Implementation of recursive least squares algorithm

Exercise 3

  • Implementation of

Exercise 4

  • Implementation of DMDc algorithm