Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot_model

Plot model architecture to a file


Description

This function requires that you have installed graphviz and pydot in Python.

Usage

plot_model(model, to_file = "model.png", show_shapes = FALSE,
  show_layer_names = TRUE)

Arguments

model

model object to plot

to_file

output location of the plot)

show_shapes

controls whether output shapes are shown in the graph

show_layer_names

controls whether layer names are shown in the graph

Author(s)

Taylor B. Arnold, taylor.arnold@acm.org

References


kerasR

R Interface to the Keras Deep Learning Library

v0.6.1
LGPL-2
Authors
Taylor Arnold [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.