-
Notifications
You must be signed in to change notification settings - Fork 2
Derived types
Ned Taylor edited this page Feb 17, 2024
·
2 revisions
The derived types provided by the ATHENA library can be separated into subcategories. The prominent derived type is
network_type
This is the container for a neural network and all its layers.
The followin layer types are available:
- Convolution layers
- Fully connected layers (aka dense layers)
- Input layers (automated)
- Normalisation layers
- Pooling layers
- Regularisation layers
- Reshaping layers (automatic)
There exist a set of derived types that are used to store the optimisation parameters and procedures, in addition to the training metrics. These types are: