stack_layers {processpredictR}R Documentation

Stacks a keras layer on top of existing model

Description

User friendly interface to add a keras layer on top of existing model.

Usage

stack_layers(object, ...)

Arguments

object

a list containing a model returned by create_model().

...

functions for adding layers by using functional keras API. For example, keras::layer_dense(units=32, activation="relu").

Value

a list containing an adapted Transformer model.


[Package processpredictR version 0.1.0 Index]