Skip to content

Simple implementation of a neural network, implemented in fortran.

License

Notifications You must be signed in to change notification settings

Jonas-Finkler/fortran-NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fortran-NeuralNetwork

This repository contains a simple straight forward implementation of a neural network in fortran. An example script on how to use the code is provided in which the neural network is trained using the extended Kalman filter method.

Compiling the code

To compile the example you need a fortran compiler as well as an installation of Blas/LAPACK. Using CMake the code can be compiled with the following commands. Two CMake flags are provided, that allow to compile with or without debug flags and with the intel or gnu compiler.

mkdir build
cd build
cmake -DDEBUG=ON -DINTEL=OFF .. # compile with gfortran and debug flags
make

About

Simple implementation of a neural network, implemented in fortran.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published