knitr::opts_chunk$set(echo = TRUE) options(tidyverse.quiet = TRUE)
This report contains the results of our Keras model-fitting exercise. Here is a data frame summarizing all the models we tried and their test accuracies. It has one row per model.
library(targets) tar_load(run)
Summary of the model with the highest test accuracy:
tar_read(best_run)
Trained Keras model object with the above hyperparameters:
tar_read(best_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.