Giter Site home page Giter Site logo

joseph-crowley / dynamic-mode-decomposition Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10 KB

Uncover the hidden dynamics in complex data with Dynamic Mode Decomposition, a powerful tool for insightful time-series analysis and predictive modeling.

License: MIT License

Python 100.00%

dynamic-mode-decomposition's Introduction

Dynamic Mode Decomposition (DMD)

Dynamic Mode Decomposition (DMD) is a powerful analysis tool for capturing the essential features of complex and high-dimensional datasets, particularly time-series data. This Python package provides a straightforward and flexible implementation of DMD, suitable for a wide range of applications from fluid dynamics to financial modeling.

Table of Contents

Installation

To install the Dynamic Mode Decomposition package, you can clone the repository and install the dependencies with pip:

git clone https://github.com/joseph-crowley/dynamic-mode-decomposition.git
cd dynamic-mode-decomposition
pip install -r requirements.txt

Quick Start

To use DMD in your project, simply import the dmd function from the core module in your main.py script:

# ./main.py

from dmd.core import dmd

# Your data matrix X
# X = ...

# Applying DMD with a specified rank
Phi, Lambda, b = dmd(X, rank=2)

Alternatively, you can copy one of the examples to main.py:

cp examples/harmonic_oscillator.py main.py

Documentation

Documentation is available in the docs folder. Start with dmd_explained.md for an explanation of the Dynamic Mode Decomposition algorithm and its applications.

Examples

For practical examples, check out the examples directory. The harmonic_oscillator.py script demonstrates how to apply DMD to a simple harmonic oscillator system, including visualizations of the results and advanced analyses.

License

This project is licensed under the MIT License - see the LICENSE file for details.

References

  • "Dynamic Mode Decomposition: Data-Driven Modeling of Complex Systems" by J. Nathan Kutz, Steven L. Brunton, Bingni W. Brunton, and Joshua L. Proctor. link

dynamic-mode-decomposition's People

Contributors

joseph-crowley avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.