knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Using the deepviz
package you can plot the architecture of keras
models.
library(keras) library(deepviz)
knitr::read_chunk("../inst/examples/example_plot_deepviz.R")
knitr::read_chunk( here::here("inst/examples/example_sequential_and_network.R") )
Simple sequential model
Examples of some famous architectures.
knitr::read_chunk( here::here("inst/examples/example_network_architectures.R") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.