Input
An input of the neural network.
Note: the backend for building and training neural networks is based on Keras. The documentation of this card is a variant of the documentation of its corresponding class.
Inputs
-
Name — String
Name to identify this input. Should be unique in a model (do not reuse the same name twice).
-
Shape — List of Integer
A shape tuple (integers), not including the batch size. For instance, Shape = “32” indicates that the expected input will be batches of 32-dimensional vectors.
Outputs
-
Data — NeuralNetworkTensor
Data provided by this input.