8000 Add kernel method · Issue #1 · cwrowley/dmdtools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add kernel method #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cwrowley opened this issue Apr 13, 2015 · 1 comment
Open

Add kernel method #1

cwrowley opened this issue Apr 13, 2015 · 1 comment

Comments

@cwrowley
Copy link
Owner

It would be nice to add kernel DMD as an option, for instance to standard DMD or streaming (or potentially TLS). One possibility would be something like:

sdmd = StreamingDMD(kernel=10)

for a kernel (1 + x'y)^{10}, or

sdmd = StreamingDMD(kernel=f)

for a user-defined kernel f(x,y). Any thoughts?

@mowill
Copy link
Collaborator
mowill commented Jun 15, 2015

Kernel DMD with batch data has been added to the main branch and the Scikit-learn-based interface.

Streaming and kernel are difficult to combine because streaming assumes # snapshots >> size of state space while kernel assumes #snapshots << size of state space. We may be able to find a clever way to combine them, but I can't think of it at the moment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0