allenfrostline

Notes on Data-Driven Science and Engineering


2024-07-14

Dimensionality Reduction and Transforms

In this part the authors mainly talk about how to reduce the dimensionality of a dataset.

Singular Value Decomposition (SVD)

Fourier and Wavelet Transforms

Sparcity and Compressed Sensing

Machine Learning and Data Analysis

In this part we cover a bunch of well-known machine learning algorithms in general.

Regression and Model Selection

Clustering and Classification

Neural Networks and Deep Learnings

Dynamics and Control

In this part we start using the tools mentioned above (and new tools that are based on them) to tackle actual dynamical systems.

Data-Driven Dynamical Systems

Linear Control Theory

Balanced Models for Control

Advanced Data-Driven Modeling and Control

In this part we cover a bunch of data-driven algorithms available, specifically they are designed for systems that lack a principled model.

Data-Driven Control

%%{init:{"flowchart":{"curve":"natural"}}}%% flowchart LR A(System):::system B(Controller):::controller A -- Sensors
y --> B B -- Actuators
u --> A classDef system fill:#B0C4DE,stroke:#000,stroke-width:1.5px; classDef controller fill:#F4A460,stroke:#000,stroke-width:1.5px;

Reinforcement Learning

Reduced-Order Models (ROMs)

Interpolation for Parametric Reduced-Order Models

This chapter is about sparse interpolation methods for rapid and low-dimensional construction of the ROMs.

Physics-Informed Machine Learning