You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the following training approaches are implemented:
22
-
1. Online training
23
-
2. Offline training (external simulations)
24
-
3. Offline training (internal simulations)
25
-
4. Experience replay
26
-
5. Round-based training
27
-
28
21
## Parameter Estimation
29
22
30
23
The BayesFlow approach for amortized parameter estimation is based on our paper:
31
24
32
-
Radev, S. T., Mertens, U. K., Voss, A., Ardizzone, L., & Köthe, U. (2020). BayesFlow: Learning complex stochastic models with invertible neural networks. <em>IEEE Transactions on Neural Networks and Learning Systems</em>, available for free at: https://arxiv.org/abs/2003.06281. The general pattern for building amortized posterior approximators is illsutrated below:
Radev, S. T., Mertens, U. K., Voss, A., Ardizzone, L., & Köthe, U. (2020). BayesFlow: Learning complex stochastic models with invertible neural networks. <em>IEEE Transactions on Neural Networks and Learning Systems</em>, available for free at: https://arxiv.org/abs/2003.06281.
35
26
36
27
### Minimal Example
37
28
38
-
For instance, in order to tackle a simple memoryless model with 10 free parameters, we first need to set up an optional summary network and an inference network:
0 commit comments