Nothing
## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(eval = FALSE)
## -----------------------------------------------------------------------------
# install.packages("tfruns")
## -----------------------------------------------------------------------------
# install.packages("keras")
## -----------------------------------------------------------------------------
# library(tfruns)
# training_run("mnist_mlp.R")
## -----------------------------------------------------------------------------
# latest_run()
## -----------------------------------------------------------------------------
# view_run("runs/2017-10-02T14-23-38Z")
## -----------------------------------------------------------------------------
# training_run("mnist_mlp.R")
## -----------------------------------------------------------------------------
# compare_runs()
## -----------------------------------------------------------------------------
# ls_runs()
## -----------------------------------------------------------------------------
# View(ls_runs())
## -----------------------------------------------------------------------------
# ls_runs(eval_acc > 0.9570, order = eval_acc)
## -----------------------------------------------------------------------------
# compare_runs(ls_runs(eval_acc > 0.9570, order = eval_acc))
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.