Skip to content

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

network_type

This is the container for a neural network and all its layers.

Layer Types

The following layer types are available:

Optimiser and associated types

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