resourcium_beta
Select any filter and click on Apply to see results

Linear Regression 2 [Python]

Steve Brunton
5 min
Intermediate
Video
Application

This video describes how the singular value decomposition (SVD) can be used for linear regression in Python (part 2).

See More

Particle Filter Explained without Equations

Andreas Svensson
7 min
Beginner
Video
Theory

This video provides a quick graphical introduction to the particle filter. It does a good job building some intuition behind the filter without ever touching on any mathematics. It's worth a...

See More

Dynamic Mode Decomposition (Code)

Steve Brunton
8 min
Intermediate
Video
Application

In this video, we code up the dynamic mode decomposition (DMD) in Matlab and use it to analyze the fluid flow past a circular cylinder at low Reynolds number.

See More

Simple Examples of PID Control

Brian Douglas
13 min
Beginner
Video
Theory

In this video I continue the topic of PID control. We walk through a simple control system and visualize how each of the three paths, P, I, and D, all address specific problems that arise...

See More

Feedforward Control Intro

Vincent Stevenson
7 min
Beginner
Video
Theory

If we know how a disturbance will affect an output, we can proactively change our manipulated variable to counteract it.

See More

The Laplace Transform - A Graphical Approach

Brian Douglas
13 min
Beginner
Video
Theory

A lot of books cover how to perform a Laplace Transform to solve differential equations. This video tries to show graphically what the Laplace Transform is doing and why figuring out the...

See More