How do neural networks regress cubic polynomials? Apparently, they use a trick invented in Milan 500 years ago
TL;DR: Neural networks can easily learn to regress cubic polynomials of type , but how do they do that? Results show that they internally access a variable , which is surprisingly close to the substitution used in the first step of the Cardano method for solving cubic polynomials. This project...