How do you create an NN to solve for example: 2 * x ** 3 + 4 * x + 8 + random noise? I can do this easily with LinearRegression from sklearn, but I\'d like to be able to ach