Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ Packages based on differentiable programming but not necessarily related to Mach
- [Omega.jl](https://github.com/zenna/Omega.jl) is a research project aimed at causal, higher-order probabilistic programming.
- [Stheno.jl](https://github.com/willtebbutt/Stheno.jl) provides flexible Gaussian processes.

### Simulation-based inference

- [NeuralEstimators.jl](https://github.com/msainsburydale/NeuralEstimators.jl) enables amortized simulation-based inference using neural networks built with Flux.

### Statistics

- [OnlineStats.jl](https://github.com/joshday/OnlineStats.jl) provides single-pass algorithms for statistics.
Expand Down
Loading