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
BayesFlow (version 2.0+) is a Python library for simulation-based **Amortized Bayesian Inference** with neural networks.
7
+
BayesFlow is a Python library for simulation-based **Amortized Bayesian Inference** with neural networks.
8
8
It provides users and researchers with:
9
9
10
10
- A user-friendly API for rapid Bayesian workflows
11
11
- A rich collection of neural network architectures
12
12
- Multi-backend support via [Keras3](https://keras.io/keras_3/): You can use [PyTorch](https://github.com/pytorch/pytorch), [TensorFlow](https://github.com/tensorflow/tensorflow), or [JAX](https://github.com/google/jax)
13
13
14
-
BayesFlow is designed to be a flexible and efficient tool that enables rapid statistical inference
14
+
BayesFlow (version 2+) is designed to be a flexible and efficient tool that enables rapid statistical inference
15
15
fueled by continuous progress in generative AI and Bayesian inference.
16
16
17
17
## Conceptual Overview
@@ -59,7 +59,7 @@ For an in-depth exposition, check out our walkthrough notebooks below.
If you don't know which backend to use, we recommend JAX as it is currently
74
+
If you don't know which backend to use, we recommend JAX as it is currently
75
75
the fastest backend.
76
76
77
77
Once installed, [set the backend environment variable as required by keras](https://keras.io/getting_started/#configuring-your-backend). For example, inside your Python script write:
0 commit comments