| Module | Source File | Description |
|---|---|---|
| mod_activation | mod_activation.f90 | A collection of activation functions and their derivatives. |
| mod_io | mod_io.f90 | |
| mod_kinds | mod_kinds.f90 | |
| mod_layer | mod_layer.f90 | Defines the layer type and its methods. |
| mod_mnist | mod_mnist.f90 | Procedures to work with MNIST dataset, usable with data format as provided in this repo and not the original data format (idx). |
| mod_network | mod_network.f90 | |
| mod_parallel | mod_parallel.f90 | |
| mod_random | mod_random.f90 | Provides a random number generator with normal distribution, centered on zero. |