Description: Neural Network in Fortran90
!! Multilayer Perceptron trained with
!! the backpropagation learning algorithm
!! coded in Fortran90 by Phil Brierley
!! www.philbrierley.com
!! this code may be used and modified at will
!! compiled using Compaq Visual Fortran
!!-------------------------------------------------------
!! This code reads in data from a csv text file
!! For the neural network training process follow
!! the code in the subroutine sTrain_Net
!! most of the other code is for the data handling
To Search:
- [BP] - The program were used to achieve the BP
File list (Check if you may need any files):
neural_networks_f90\neural_networks\Debug\BuildLog.htm
...................\...............\.....\data_test.csv
...................\...............\.....\neural_networks.exe
...................\...............\.....\neural_networks.exe.intermediate.manifest
...................\...............\.....\neural_networks.obj
...................\...............\.....\neural_networks.pdb
...................\...............\neural_networks.f90
...................\...............\neural_networks.u2d
...................\...............\neural_networks.vfproj
...................\...............\ReadMe.txt
...................\...............\vc100.pdb
...................\neural_networks_f90.sln
...................\neural_networks_f90.suo
...................\...............\Debug
...................\neural_networks
neural_networks_f90