Loading [MathJax]/extensions/tex2jax.js
 (git:aabdcc8)
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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.
 
subroutine, public pao_ml_neuralnet::pao_ml_nn_gradient (pao, ikind, descriptor, outer_deriv, gradient)
 Calculate gradient of neural network.
 
subroutine, public pao_ml_neuralnet::pao_ml_nn_train (pao)
 Trains the neural network on given training points.