TensorFlow Probability Module
tf_probability()
Reference to TensorFlow Probability
functions and classes
## 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)
Useful links