Dynamic Mode Decomposition Autoencoder
Setup
Initializing search
    GitHub
    GitHub
    • Home
    • DMD and Koopman
    • Model
    • Loss
    • Discrete Dataset
    • Pendulum Dataset
    • Slow Fluid Flow Dataset
    • Hyper-parameters
    • Setup

    Setup

    1) Check python version is >= 3.7 with the following bash command.

    1
    2
    $ python --version
    Python 3.7.6
    

    2) Download the following dependencies:

    1. Python >= 3.7
    2. numpy >= 1.19.1
    3. tensorflow >= 2.0
    4. matplotlib >= 3.3.1
    5. pydmd >=0.3

    3) Download the full repo.

    1
    $ git clone <repo> 
    
    Previous Hyper-parameters
    Made with Material for MkDocs