Skip to content

State observer for NSSM #197

Answered by drgona
SebsCubs asked this question in Q&A
Sep 23, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @SebsCubs thank you for your interest in the library!

In the new API, we dropped the specific Estimator class. Instead, we abstracted all possible building blocks of different model architectures via the Node and System classes - see example use here.

Closes to your intention in our current example set is this Deep Koopman example which uses neural net as observer that encodes observables into the latent space. In this example, we use two observer Nodes:

  1. one that only encodes single time step observables as its inputs that are stored in the training dataloader via 'Y0' label
  2. one that encodes a whole trajectory of observables as its inputs that are stored in the training dataloader via…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SebsCubs
Comment options

Answer selected by drgona
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants