Skip to content

Commit

Permalink
Update README.md (#1711)
Browse files Browse the repository at this point in the history
Fixed broken links
  • Loading branch information
tdiethe committed Sep 27, 2021
1 parent b5042d6 commit d1d4071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@

Current features include:

- [General-purpose](https://turing.ml/dev/tutorials/6-infinitemixturemodel/) probabilistic programming with an [intuitive modelling interface](https://turing.ml/dev/tutorials/0-introduction/)
- [General-purpose](https://turing.ml/dev/tutorials/06-infinite-mixture-model/) probabilistic programming with an [intuitive modelling interface](https://turing.ml/dev/tutorials/00-introduction/)
- Robust, efficient [Hamiltonian Monte Carlo (HMC)](https://github.com/TuringLang/AdvancedHMC.jl) sampling for differentiable posterior distributions
- [Particle MCMC](https://github.com/TuringLang/AdvancedPS.jl) sampling for complex posterior distributions involving discrete variables and stochastic control flows
- Compositional inference via Gibbs sampling that combines particle MCMC, HMC, [Random-Walk MH (RWMH)](https://github.com/TuringLang/AdvancedMH.jl) and [Elliptical Slice Sampling](https://github.com/TuringLang/Turing.jl/blob/master/src/inference/ess.jl)
Expand Down

0 comments on commit d1d4071

Please sign in to comment.