Package: tfprobability
Title: Interface to 'TensorFlow Probability'
Version: 0.15.1
Authors@R: c(
    person("Tomasz", "Kalinowski", email = "tomasz.kalinowski@rstudio.com", role = c("ctb", "cre")),
    person("Sigrid", "Keydana", email = "sigrid@rstudio.com", role = c("aut")),
    person("Daniel", "Falbel", email = "daniel@rstudio.com", role = c("ctb")),
    person("Kevin", "Kuo", email = "kevin.kuo@rstudio.com", role = c("ctb"),
           comment = c(ORCID = "0000-0001-7803-7901")),
    person("RStudio", role = c("cph"))
    )
Description: Interface to 'TensorFlow Probability', a 'Python' library built on 'TensorFlow'
    that makes it easy to combine probabilistic models and deep learning on modern hardware ('TPU', 'GPU').
    'TensorFlow Probability' includes a wide selection of probability distributions and bijectors, probabilistic layers,
    variational inference, Markov chain Monte Carlo, and optimizers such as Nelder-Mead, BFGS, and SGLD.
License: Apache License (>= 2.0)
URL: https://github.com/rstudio/tfprobability
BugReports: https://github.com/rstudio/tfprobability/issues
SystemRequirements: TensorFlow Probability
        (https://www.tensorflow.org/probability)
Encoding: UTF-8
RoxygenNote: 7.2.1
Imports: tensorflow (>= 2.4.0), reticulate, keras, magrittr
Suggests: tfdatasets, testthat (>= 2.1.0), knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-08-31 17:00:12 UTC; tomasz
Author: Tomasz Kalinowski [ctb, cre],
  Sigrid Keydana [aut],
  Daniel Falbel [ctb],
  Kevin Kuo [ctb] (<https://orcid.org/0000-0001-7803-7901>),
  RStudio [cph]
Maintainer: Tomasz Kalinowski <tomasz.kalinowski@rstudio.com>
Repository: CRAN
Date/Publication: 2022-09-01 09:10:05 UTC
Built: R 4.2.0; ; 2023-07-11 02:53:29 UTC; unix
