stefanradev93 / BayesFlow

A Python library for amortized Bayesian workflows using generative neural networks.
https://bayesflow.org/
MIT License
286 stars 45 forks source link

Implement LSTMNet for time series embedding #171

Closed stefanradev93 closed 1 month ago

stefanradev93 commented 1 month ago

Implement configurable LSTMNet (Figure 2 from https://ieeexplore.ieee.org/document/10196190). All key parameters should be configurable through the constructor.