scikitplot.visualkeras#

User guide. See the Visualkeras (experimental) section for further details.

Graphical Visualization#

graph_view

Generates an architectural visualization for a given linear Keras tf.keras.Model model (i.e., one input and output tensor for each layer) in graph style.

Layered Visualization#

layered_view

Generates an architectural visualization for a given linear Keras tf.keras.Model model (i.e., one input and output tensor for each layer) in a layered style, which is particularly suitable for convolutional neural networks (CNNs).

Visualization Helper#

SpacingDummyLayer

A dummy layer to add spacing or other custom behavior.