Are there libraries/frameworks available for Robotics/Artificial Intelligence in Fortran? I’ve searched Google for over two weeks and I couldn’t find suitable answers. All related answers I saw were about Fortran number crunching prowess.
N.B: The question is strictly Fortran and I don’t need suggestions for other better languages for Robotics/AI…
profnet_* - neural network implementations in Fortran:
Profnet is a component of the prediction methods that make up the Predict Protein service by the lab of Burkhard Rost. It provides the neural network component to a variety of predictors that perform protein feature prediction directly from sequence. This neural network implementation has to be compiled for every different network architecture.
Unfortunately the source code seems to be private
If you would like to deploy a NN trained in Python (Keras), there is the Fortran Keras Bridge which works together with the neural-fortran code mentioned by @certik.