Tuesday, 11 May 2021

Train a neural network when the training has only the derivative of output wrt all inputs

There is a scalar function F with 1000 inputs. I want to train a model to predict F given the inputs. However, in the training dataset, we only know the derivative of F with respect to each input, not the value of F itself. How I can construct a neural network with this limitation in tensorflow or pytorch?



from Train a neural network when the training has only the derivative of output wrt all inputs

No comments:

Post a Comment