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 second cross derivative #6

Closed francesco086 closed 6 years ago

francesco086 commented 6 years ago

In the future it might be useful to have second order cross derivatives for the FFNN (i.e. d/dbeta d^2/dx^2), for:

AC: