Expand description
Neural network model construction and execution.
Structs§
- Batch
Norm Layer - Conv2D
Layer - Dense
Layer - Dropout
Layer - MaxPool
Layer - Model
- A sequential neural network model.
- Model
Summary - Human-readable model summary.
- Multi
Head Attention - Residual
Block - Sequential
- Builder for constructing models layer by layer.
Enums§
- Layer
- A single layer in a neural network.