Package: LBBNN Title: Latent Binary Bayesian Neural Networks Using 'torch' Version: 0.1.6 Authors@R: c(person("Lars", "Skaaret-Lund", email = "lars.skaaret-lund@nmbu.no", role = c("aut", "cre")), person("Aliaksandr", "Hubin", email = "aliaksandr.hubin@nmbu.no", role = c("aut")), person("Eirik", "Høyheim", email = "eirik.hoyheim@ffi.no", role = "aut")) Maintainer: Lars Skaaret-Lund Description: Latent binary Bayesian neural networks (LBBNNs) are implemented using 'torch', an R interface to the LibTorch backend. Supports mean-field variational inference as well as flexible variational posteriors using normalizing flows. The standard LBBNN implementation follows Hubin and Storvik (2024) , using the local reparametrization trick as in Skaaret-Lund et al. (2024) . Input-skip connections are also supported, as described in Høyheim et al. (2025) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Language: en-US Suggests: testthat (>= 3.0.0), knitr, rmarkdown, torchvision Config/testthat/edition: 3 Depends: R (>= 3.5) LazyData: true VignetteBuilder: knitr Imports: ggplot2, torch, igraph, coro, svglite Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libglpk-dev libharfbuzz-dev libicu-dev libpng-dev libxml2-dev Repository: https://larselund.r-universe.dev Date/Publication: 2026-07-01 09:39:48 UTC RemoteUrl: https://github.com/larselund/lbbnn RemoteRef: HEAD RemoteSha: 1176f4995076e8aad7042b0d153e7c5ff318cc13 NeedsCompilation: no Packaged: 2026-07-01 11:19:49 UTC; root Author: Lars Skaaret-Lund [aut, cre], Aliaksandr Hubin [aut], Eirik Høyheim [aut]