prepare: Prepare a Keras Model

Description Usage Arguments Value

View source: R/4-build.R

Description

This wrapper joins the input and output layer(s) using keras::keras_model, then plots the model graph and prints the summary.

Usage

1
prepare(input, output)

Arguments

input

A layer or list of layers. The input layer(s).

output

A layer or list of layers. The output layer(s).

Value

A keras model.


tpq/caress documentation built on March 11, 2021, 8:03 p.m.