model_nodes: Network diagram for the keras model object

Description Usage Arguments Value Author(s) References Examples

View source: R/plot_model.R

Description

visualize a model in Keras. This function was modified the plot_model function from deepviz (https://github.com/andrie/deepviz).

Usage

1

Arguments

model

the model object in Keras.

width

a plot size of width.

height

a plot size of height.

Value

A plot of the model network.

Author(s)

Satoshi Kume

References

deepviz (https://github.com/andrie/deepviz)

Examples

1
2
3
4
## Not run: 
plot_model_modi(model)

## End(Not run)

kumeS/rMiW documentation built on Dec. 21, 2021, 8:43 a.m.