|
|
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:
|
|
|
|
|
|
```plaintext
|
|
|
use athena
|
|
|
```
|
|
|
|
|
|
A list of derived types provided by the ATHENA library can be found here.
|
|
|
|
|
|
A list of procedures provided by the ATHENA library can be found here. |
|
|
\ No newline at end of file |