Skip to content
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

Linear decoder #56

Open
agosztolai opened this issue Feb 25, 2025 · 0 comments
Open

Linear decoder #56

agosztolai opened this issue Feb 25, 2025 · 0 comments

Comments

@agosztolai
Copy link

Hello,

I have been playing around with your repository for a few days and have noticed that in the NNDMD example, you are using a non-linear encoder and a linear decoder, e.g., [here](https://pykoopman.readthedocs.io/en/master/tutorial_koopman_nndmd_examples.html).

Some part of the _nndmd.py coder seems to explicitly depend on a linear decoder - it actually crashes if I choose a non-linear decoder because the eigenvectors are mapped back using an 'effective linear transformation'.

Is there a specific reason why this is a good choice? It seems counterintuitive that a linear transformation can invert a non-linear one. For example, in the DeepKoopman code by Lusch et al., a non-linear decoder was used, it seemed to me. Can you point me to a theoretical justification (e.g., a paper) for using a linear decoder?

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

1 participant