![]() |
(git:e68414f)
|
Methods dealing with core routines for artificial neural networks. More...
Functions/Subroutines | |
| subroutine, public | nnp_write_arc (nnp, para_env, printtag) |
| Write neural network architecture information. | |
| subroutine, public | nnp_predict (arc, nnp, i_com) |
| Predict energy by evaluating neural network. | |
| subroutine, public | nnp_gradients (arc, nnp, i_com, denergydsym) |
| Calculate gradients of neural network. | |
Methods dealing with core routines for artificial neural networks.
| subroutine, public nnp_model::nnp_write_arc | ( | type(nnp_type), intent(in) | nnp, |
| type(mp_para_env_type), intent(in) | para_env, | ||
| character(len=*), intent(in) | printtag | ||
| ) |
Write neural network architecture information.
| nnp | ... |
| para_env | ... |
| printtag | ... |
Definition at line 46 of file nnp_model.F.
| subroutine, public nnp_model::nnp_predict | ( | type(nnp_arc_type), intent(inout) | arc, |
| type(nnp_type), intent(inout) | nnp, | ||
| integer, intent(in) | i_com | ||
| ) |
Predict energy by evaluating neural network.
| arc | ... |
| nnp | ... |
| i_com | ... |
Definition at line 81 of file nnp_model.F.
| subroutine, public nnp_model::nnp_gradients | ( | type(nnp_arc_type), intent(inout) | arc, |
| type(nnp_type), intent(inout) | nnp, | ||
| integer, intent(in) | i_com, | ||
| real(kind=dp), dimension(:), allocatable | denergydsym | ||
| ) |
Calculate gradients of neural network.
| arc | ... |
| nnp | ... |
| i_com | ... |
| denergydsym | ... |
Definition at line 168 of file nnp_model.F.