Neural Fortran

Neural Fortran#

Introduction#

We will be experimenting with using Fortran to create Neural Networks. The framework is provided here:

modern-fortran/neural-fortran

Of particular interest is the capability to use data - based parallelism to speed up the training of the neural network, as well as a bridge to Keras

Table of Contents#

Training a Neural Network to Fit a Sine Wave

Section_Examples_Sine_Wave.html