Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Create home
authored
Sep 14, 2023
by
Ned Thaddeus Taylor
Hide whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
974ec1af
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