Open ToonTalk opened 2 years ago
It doesn't look so easy. See also
https://stackoverflow.com/search?q=optimize+the+input+of+a+tensorflow+network https://stackoverflow.com/questions/52678215/find-input-that-maximises-output-of-a-neural-network-using-keras-and-tensorflow https://stackoverflow.com/questions/43353851/tune-input-features-using-backprop-in-keras
Maybe not so hard using https://js.tensorflow.org/api/latest/#grad
https://stackoverflow.com/questions/67328098/how-to-find-input-that-maximizes-output-of-a-neural-network-using-pytorch
might be a good start