You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Train a classifier on a bunch of different functions and how well a range of neural network topologies approximate that function
The input to this classifier would be some representation of the function's AST, and the expected output would be which class of neural network should be used to approximate the function. Potentially more powerful than trying to define families of functions/ASTs explicitly.
We can just generate a whole bunch of small ASTs to use as training data for this classifier