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
Copy file name to clipboardExpand all lines: README.md
+31-16Lines changed: 31 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ It provides users with:
9
9
10
10
- A user-friendly API for rapid Bayesian workflows
11
11
- A rich collection of neural network architectures
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)
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
14
BayesFlow 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.
@@ -29,11 +29,36 @@ neural networks for parameter estimation, model comparison, and model validation
29
29
when working with intractable simulators whose behavior as a whole is too
30
30
complex to be described analytically.
31
31
32
-
## Disclaimer
32
+
## Getting Started
33
33
34
-
This is the current dev version of BayesFlow, which constitutes a complete refactor of the library built on Keras 3. This way, you can now use any of the major deep learning libraries as backend for BayesFlow. The refactor is still work in progress with some of the advanced features not yet implemented. We are actively working on them and promise to catch up soon.
34
+
Using the high-level interface is easy, as demonstrated by the minimal working example below:
35
35
36
-
If you encounter any issues, please don't hesitate to open an issue here on [Github](https://github.com/bayesflow-org/bayesflow/issues) or ask questions on our [Discourse Forums](https://discuss.bayesflow.org/).
Check out some of our walk-through notebooks below. We are actively working on porting all notebooks to the new interface so more will be available soon!
7.[Simple model comparison example (One-Sample T-Test)](examples/One_Sample_TTest.ipynb)
103
-
8.[Rapid iteration with point estimation and expert statistics for Lotka-Volterra dynamics](examples/Lotka_Volterra_point_estimation_and_expert_stats.ipynb)
104
-
9. More coming soon...
119
+
If you encounter any issues, please don't hesitate to open an issue here on [Github](https://github.com/bayesflow-org/bayesflow/issues) or ask questions on our [Discourse Forums](https://discuss.bayesflow.org/).
0 commit comments