# Deep Koopman-layered model
Code for "Deep Koopman-layered Model with Universal Property Based on Toeplitz Matrices"

## Setup

To run the code, please install the following packages with Python 3.10:
- numpy
- tensorflow 2.15

## Running the code

- For training the deep Koopman-layered model with the autonomous dynamical system, run "python koopman_layered_autonomous.py".
- For training the deep Koopman-layered model with the nonautonomous dynamical systems, run "python koopman_layered_nonautonomous.py".
