Learn R Programming

tensorflow (version 2.9.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)
tfp <- tf_probability()
tfp$distributions$Normal(loc=0, scale=1)
}

Run the code above in your browser using DataLab