Nothing
x <- .1
noise <- .2
bool <- TRUE
loss <- (sin(5 * x) * (1 - tanh(x ^ 2)) + rnorm(1) * noise)
# An innocuous comment
#
cat("loss:", loss, "\n")
cat("bool:", as.integer(bool), "\n")
cat("noise:", noise, "\n")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.