ATHENA is a Fortran library aimed at providing 2D and 3D convolutional neural networks in Fortran.
ATHENA is a Fortran library aimed at providing 2D and 3D convolutional neural networks in Fortran.
The ATHENA library, once installed and pointed to in the compilation command, can be loaded by including:
The ATHENA library, once [installed](https://git.exeter.ac.uk/hepplestone/athena/-/wikis/Installation) and pointed to in the compilation command, can be loaded by including:
```plaintext
```plaintext
use athena
use athena
```
```
A more detailed guide on how to install and import the ATHENA library into a Fortran program can be found [here](installation).
A list of derived types provided by the ATHENA library can be found [here](https://git.exeter.ac.uk/hepplestone/athena/-/wikis/Derived-types).
A list of derived types provided by the ATHENA library can be found [here](https://git.exeter.ac.uk/hepplestone/athena/-/wikis/Derived-types).
A list of procedures provided by the ATHENA library can be found [here](https://git.exeter.ac.uk/hepplestone/athena/-/wikis/Procedures).
A list of procedures provided by the ATHENA library can be found [here](https://git.exeter.ac.uk/hepplestone/athena/-/wikis/Procedures).