TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/tutorials/docs-00-getting-started/
MIT License
225 stars 97 forks source link

Converting Bayes NN example to Lux #457

Closed yebai closed 1 month ago

yebai commented 1 month ago

Let's switch to Lux for the Bayes NN example. The Lux website already provides a conversion that we can adapt:

https://lux.csail.mit.edu/stable/tutorials/intermediate/2_BayesianNN

cc @avik-pal

shravanngoswamii commented 1 month ago

@yebai Do I have to keep things like Plots.jl, NUTS, ReverseDiff and some more things as it is OR replace them to CairoMakie, HMC, Tracker, etc. like in the link you provided just by replicating it!

yebai commented 1 month ago

Let's keep our setup but replace Flux-related stuff with Lux.

yebai commented 1 month ago

@shravanngoswamii let's also try to incorporate suggestions from https://github.com/TuringLang/docs/issues/334.

shravanngoswamii commented 1 month ago

ok, I will look into it!