I'm training a Neural Network that, given some inputs that here we'll call x and y, is able to predict the output, z. So, z=f(x,y) Once the neural network is correctly trained, I'd like to be able to obtain a model that, given z and x, returns the other input: What i mean is to obtain the model for which: y=g(x,z) Is it possible in Tensorflow? Thak you in advance!
question from:https://stackoverflow.com/questions/65938921/is-there-a-way-to-invert-a-neural-network-in-tensorflow