DCM-UPB / QNets

C++ library that allows to use (Feed Forward) Neural Networks in C++ with a few simple commands.
Other
2 stars 3 forks source link

Add nn cross derivatives dx dbeta #4

Closed francesco086 closed 6 years ago

francesco086 commented 6 years ago

For adding the first derivatives term in the NN fitting cost function, we need the cross derivatives d^2/dx dbeta to calculate the gradient. These derivatives might be useful also for VMC optimization (see http://lanl.arxiv.org/abs/cond-mat/0611094v2).

AC: