tensorflow (version 2.2.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
# NOT RUN {
library(tensorflow)
tfp <- tf_probability()
tfp$distributions$Normal(loc=0, scale=1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab