Hacker News new | ask | show | jobs
by JabavuAdams 3919 days ago
Comments like this, and Hinton's Coursera course remind me that there's a whole "Black Art" to training these systems.

Do you think a similar approach could be used to learn to generalize Navier-Stokes by looking at fluid flows?

1 comments

It's not any more of a black art than programming is. There's no magic to it, you just have to know what you're doing. Also, you should use some kind of scheme (like bayesian optimization) to optimize the hyperparameters of many experimental models. That's the best way to make sure you're getting the best results (but of course takes a while, so you do have to be selective about which parameters you optimize or what combinations you allow).

And I'll also aknowledge that "programming" is a vastly more mature field than "deep learning" or even "machine learning". So it's fair to argue that there's much we don't know, but there's more and more we do.