Skip to content

IPython notebooks with demo code intended as a companion to the book "Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control" by Steven L. Brunton and J. Nathan Kutz

Notifications You must be signed in to change notification settings

jwdinius/databook_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data_Driven_Science_Python_Demos

Data Driven Book Cover

IPython notebooks with demo code intended as a companion to the book:

Data Driven Science & Engineering: Machine Learning, Dynamical Systems, and Control
by S. L. Brunton and J. N. Kutz
Cambridge Textbook, 2019
Copyright 2019, All Rights Reserved
http://databookuw.com/

Python code library by Daniel Dylewsky. There are a few items that are only available in the Matlab version. Many of these notebooks make use of third-party Python modules. Download links for the more obscure ones are provided inline.

MATLAB versions of these demos are available at https://github.com/dynamicslab/databook_matlab

Please cite this book when using this code/data.

Setting up a python3 environment for this repo using Anaconda

Anaconda is a python package management framework that makes managing development environments easy. After installing Anaconda, you can setup a development environment for following along with the Jupyter notebooks in this repository by executing:

conda env create -f {path-to-this-repo}/environment.yml

After the environment is created, you can enable it by executing:

conda activate databookuw

When you want to disable the current environment, execute:

conda deactivate

About

IPython notebooks with demo code intended as a companion to the book "Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control" by Steven L. Brunton and J. Nathan Kutz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%