Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Neural Fortran

Introduction

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

https://github.com/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.