Skip to main content

Module model

Module model 

Source
Expand description

Neural network model construction and execution.

Structs§

BatchNormLayer
Conv2DLayer
DenseLayer
DropoutLayer
MaxPoolLayer
Model
A sequential neural network model.
ModelSummary
Human-readable model summary.
MultiHeadAttention
ResidualBlock
Sequential
Builder for constructing models layer by layer.

Enums§

Layer
A single layer in a neural network.