-
Notifications
You must be signed in to change notification settings - Fork 2
Derived types
Ned Taylor edited this page Mar 11, 2024
·
2 revisions
The derived types provided by the ATHENA library can be separated into subcategories. The prominent derived type is
This is the container for a neural network and all its layers.
The following layer types are available:
- Convolution layers
- Fully connected layers (aka dense layers)
- Normalisation layers
- Pooling layers
- Regularisation layers
- Input layers (automated, no page yet)
- Reshaping layers (automatic, no page yet)
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:
metric_dict_type