knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Examples of some famous architectures.

library(keras)
library(deepviz)
knitr::read_chunk(
  here::here("inst/examples/example_network_architectures.R")
)

Depthwise separable convolution


Resnet


Classical inception v3




andrie/deepviz documentation built on May 9, 2019, 3:58 a.m.