to_keras.ruta_network: Build a Keras network

View source: R/network.R

to_keras.ruta_networkR Documentation

Build a Keras network

Description

Build a Keras network

Usage

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

Arguments

x

A "ruta_network" object

input_shape

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

...

Unused

Value

A list of Keras Tensor objects with an attribute "encoding" indicating the index of the encoding layer


ruta documentation built on Jan. 9, 2023, 1:20 a.m.