I am currently trying to find a solution to finding outputs to analytical equations, for example:
Y= 1/(X1*X2); where X1 and X2 are input dataset and Y is the output that is expected from the algorithm.
The main point is not using the analytical expression to solve equations but rather passing X1 and X2 as inputs in the form of a dataset and using the algorithm to predict Y. I have tried using neural network and a few other algorithms on this dataset, however, I am getting very high MSE.
I need a suggestion as to what algorithm to use or what approach to use.