tf_probability: TensorFlow Probability Module

View source: R/probability.R

tf_probabilityR Documentation

TensorFlow Probability Module

Description

TensorFlow Probability Module

Usage

tf_probability()

Value

Reference to TensorFlow Probability functions and classes

Examples

## Not run: 
library(tensorflow)
## one time setup:
# reticulate::py_install("tensorflow_probability")
tfp <- tf_probability()
tfp$distributions$Normal(loc = 0, scale = 1)

## End(Not run)


rstudio/tensorflow documentation built on April 20, 2024, 2:07 p.m.