Skip to content

Commit 517c4a0

Browse files
authored
Flux -> Lux typo (#491)
1 parent 4d857ce commit 517c4a0

File tree

1 file changed

+2
-2
lines changed
  • tutorials/03-bayesian-neural-network

1 file changed

+2
-2
lines changed

tutorials/03-bayesian-neural-network/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using Pkg;
1010
Pkg.instantiate();
1111
```
1212

13-
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.
13+
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.
1414

1515
We will begin with importing the relevant libraries.
1616

@@ -291,4 +291,4 @@ anim = @gif for i in 1:n_end
291291
end every 5
292292
```
293293

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

0 commit comments

Comments
 (0)