Learn R Programming

ruta (version 1.2.0)

to_keras.ruta_network: Build a Keras network

Description

Build a Keras network

Usage

# S3 method for ruta_network
to_keras(x, input_shape, ...)

Value

A list of Keras Tensor objects with an attribute "encoding"

indicating the index of the encoding layer

Arguments

x

A "ruta_network" object

input_shape

The length of each input vector (number of input attributes)

...

Unused