Skip to content

Commit b65e747

Browse files
authored
Fix type from "Flux" to "Lux" (#504)
1 parent 1f797b7 commit b65e747

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 [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.
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 Lux 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

0 commit comments

Comments
 (0)