library(tensorflow)
sess = tf$Session()
hello <- tf$constant('Hello, TensorFlow!')
sess$run(hello)
a <- tf$constant(10)
b <- tf$constant(32)
sess$run(a + b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.