add_layers: Add Layers to a Previous Tensor

Description Usage Arguments Value

Description

This function is used to add succesive layers to a previous output tensor.

Usage

1
add_layers(object, layers_definition = c(), clf = FALSE)

Arguments

object

(keras object) A tensor (layer) to which add layers.

layers_definition

(list) List of layers to add, using wrappers such as dense, conv3d, ... Default: c()

clf

(logical) Perform concatenation of input and output layers? (shortcut), Default: FALSE

Value

The composed object.


neuroimaginador/dl4ni documentation built on May 3, 2019, 5:47 p.m.