tf_probability | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.