enweg/quickbnnr: Quick way to implement Bayesian Neural Networks in R and estimating these using Julia's Turing

Allows for a quick and flexible specification of Bayesian Neural Networks. These networks can be specified as easiliy as writing Chain(DenseBNN(1, 10, "sigmoid"), DenseBNN(10, 1)) and are then transformed to Turing models. Turing is like Stan but completely implemented in Julia. The models are then estimated using the NUTS sampler and bayesplot can be used to investigate the chains.

Getting started

Package details

AuthorEnrico Wegner
MaintainerEnrico Wegner <e.wegner@student.maastrichtuniversity.nl>
LicenseMIT + file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("enweg/quickbnnr")
enweg/quickbnnr documentation built on April 15, 2022, 3:29 a.m.