input: Create an input layer

View source: R/layers.R

inputR Documentation

Create an input layer

Description

This layer acts as a placeholder for input data. The number of units is not needed as it is deduced from the data during training.

Usage

input()

Value

A construct with class "ruta_network"

See Also

Other neural layers: conv(), dense(), dropout(), layer_keras(), output(), variational_block()


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