tensorflow (version 2.16.0)

tf_probability: TensorFlow Probability Module

Description

TensorFlow Probability Module

Usage

tf_probability()

Arguments

Value

Reference to TensorFlow Probability

functions and classes

Examples

Run this code
if (FALSE) {
library(tensorflow)
## one time setup:
# reticulate::py_install("tensorflow_probability")
tfp <- tf_probability()
tfp$distributions$Normal(loc = 0, scale = 1)
}

Run the code above in your browser using DataLab