tf_probability {tensorflow}R Documentation

TensorFlow Probability Module

Description

TensorFlow Probability Module

Usage

tf_probability()

Value

Reference to TensorFlow Probability functions and classes

Examples

## Not run: 
library(tensorflow)
tfp <- tf_probability()
tfp$distributions$Normal(loc=0, scale=1)

## End(Not run)


[Package tensorflow version 1.13.1 Index]