neural-fortran
neural-fortran copied to clipboard
Implement read-only forward pass
Current forward pass store data needed for the backward pass during training. This is not necessary for inference alone. Each layer should provide a read-only forward pass called output
or similar.