R/probability.R

tf_probability

TensorFlow Probability Module

Description

TensorFlow Probability Module

Usage

 
tf_probability() 

Value

Reference to TensorFlow Probability functions and classes

Examples

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