• @model_tar_gz
    link
    English
    62 months ago

    How is it different than using numerical methods to find solutions to problems for which analytic solutions are difficult, infeasible, or simply impossible to solve.

    Any tool that helps us understand our universe. All models suck. Some of them are useful nevertheless.

    I admit my bias to the problem space though: I’m an AI engineer—classically trained in physics and engineering though.

    • nifty
      link
      English
      82 months ago

      In my experience, papers which propose numerical solutions cover in great detail the methodology (which relates to some underlying physical phenomena), and also explain boundary conditions to their solutions. In ML/DL papers, they tend to go over the network architecture in great detail as the network construction is the methodology. But the problem I think is that there’s a disconnect going from raw data to features to outputs. I think physics informed ML models are trying to close this gap somewhat.

      • @model_tar_gz
        link
        English
        32 months ago

        As I was reading your comment I was thinking Physics Informed NN’s and then you went there. Nice. I agree.

        I’ve built some models that had a solution constrained loss functions—featureA must be between these values, etc. Not quite the same as defining boundary conditions for ODE/PDE solutions but in a way gets to a similar space. Also, ODE/PDE solutions tend to find local minima and short of changing the initial conditions there aren’t very many good ways of overcoming that. Deep learning approaches offer more stochasticity so converge to global solutions more readily (at the risk of overfitting).

        The convergence of these fields is exciting to watch.

        • nifty
          link
          English
          42 months ago

          Deep learning approaches offer more stochasticity so converge to global solutions more readily (at the risk of overfitting).

          Yeah, thats a fair point and another appealing reason for DL based methods

    • @iAvicenna
      link
      English
      2
      edit-2
      2 months ago

      well numerical models have to come up with some model that explains how relevant observables behave. With AI you don’t even build the model that explains the system physically and mathematically, let alone the solution.

      It is basically like having Newton’s Equations vs an AI that produces coordinates with respect to time (and possibly many other inputs we thought were relevant but weren’t because we don’t know the model) given initial conditions and force fields.