Unofficial julia examples for the book:
Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control 2nd Edition
by S. L. Brunton and J. N. Kutz
Cambridge University Press, 2022
Copyright 2022, All Rights Reserved
https://databookuw.com/
You can find the orginal examples for the book here.
- Download the repo:
git clone https://github.com/alexpattyn/databook_julia.git
- Activate the julia environment:
pkg> activate .
- Downloaded all necessary dependencies:
pkg> instantiate
-
Download the required data from here. Rename the directory as
dataand place in the top-level project directory (i.e.databook_julia/). -
Run each script! They are organized by the chapters they appear in.