(git:34ef472)
pao_ml_neuralnet.F File Reference

Go to the source code of this file.

Modules

module  pao_ml_neuralnet
 Neural Network implementation.
 

Functions/Subroutines

subroutine, public pao_ml_neuralnet::pao_ml_nn_predict (pao, ikind, descriptor, output, variance)
 Uses neural network to make a prediction. More...
 
subroutine, public pao_ml_neuralnet::pao_ml_nn_gradient (pao, ikind, descriptor, outer_deriv, gradient)
 Calculate gradient of neural network. More...
 
subroutine, public pao_ml_neuralnet::pao_ml_nn_train (pao)
 Trains the neural network on given training points. More...