Fortran For Building ML Models

I am working on the suitability of Fortran for building ML models, Please can anyone suggest useful resources for building ML models using Fortran.

3 Likes

Many projects are listed in the Neural Networks and Machine Learning section of my list of Fortran codes on GitHub, including

and for models other than neural networks

1 Like

I’ve got a summer intern about to use this one:

2 Likes

thank you, I’ll go through the links

Fortran bindings to the PyTorch library:

You can find inspiration here as well: GitHub - certik/fastGPT: Fast GPT-2 inference written in Fortran

1 Like