Skip to content

Commit

Permalink
Flux -> Lux typo (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qfl3x authored Jul 9, 2024
1 parent 4d857ce commit 517c4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/03-bayesian-neural-network/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using Pkg;
Pkg.instantiate();
```

In this tutorial, we demonstrate how one can implement a Bayesian Neural Network using a combination of Turing and [Flux](https://github.com/FluxML/Flux.jl), a suite of machine learning tools. We will use Flux to specify the neural network's layers and Turing to implement the probabilistic inference, with the goal of implementing a classification algorithm.
In this tutorial, we demonstrate how one can implement a Bayesian Neural Network using a combination of Turing and [Lux](https://github.com/LuxDL/Lux.jl), a suite of machine learning tools. We will use Flux to specify the neural network's layers and Turing to implement the probabilistic inference, with the goal of implementing a classification algorithm.

We will begin with importing the relevant libraries.

Expand Down Expand Up @@ -291,4 +291,4 @@ anim = @gif for i in 1:n_end
end every 5
```

This has been an introduction to the applications of Turing and Flux in defining Bayesian neural networks.
This has been an introduction to the applications of Turing and Lux in defining Bayesian neural networks.

0 comments on commit 517c4a0

Please sign in to comment.