block_clf: Continuous Learning of Features Block

Description Usage Arguments Details Value

Description

This function composes an object with a CLF block

Usage

1
block_clf(object, hidden_layers = NULL, all = FALSE)

Arguments

object

(keras object) The object where to append the block.

hidden_layers

(list) List of layers, with types and corresponding parameters.

all

(logical) Use CLF technique in all hidden layers?, Default: FALSE

Details

A CLF block consists on a set of hidden layers. If all == TRUE, avery hidden layer is concatenated with the input object, otherwise only the last layer will be concatenated with the input.

Value

The object composed with the Continuous Learning of Features block.


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