Skip to content

Commit

Permalink
Fix type from "Flux" to "Lux" (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black authored Aug 13, 2024
1 parent 1f797b7 commit b65e747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 [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.
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.

We will begin with importing the relevant libraries.

Expand Down

0 comments on commit b65e747

Please sign in to comment.