Physics Forests
21–30 of 33 posts
Re: Physics Forests
#22Re: Physics Forests
#23Can anyone explain very roughly what's going on here? I'm familiar with physics engines, but couldn't make heads or tails of the paper or wikipedia's article on random forests...
Re: Physics Forests
#24So in my layman's understanding of this, instead of a normal physics engine, which simulates particle movement in small timesteps, this treats the whole system as more of statistical problem? How does machine learning factor into this?
Re: Physics Forests
#25Can anyone explain very roughly what's going on here? I'm familiar with physics engines, but couldn't make heads or tails of the paper or wikipedia's article on random forests...
Re: Physics Forests
#26Earlier quoted context omitted.
Random Forests are part of how the LHC found the higgs, based on my armchair understanding of the slide decks. Measurement, Monte Carlo and Machine Learning form an interesting triangle. My impression of the LHC pipe is they used monte carlo model sims to train up classifiers that would flag the data relevant for distinguishing alternate models.
The major difference there is that LHC data measures processes which are inherently stochastic (because QM), so using these methods is pretty natural. The OP, however, is applying the same methods to highly complex, but nominally deterministic problems.
Re: Physics Forests
#27That is... an unusual use of regression, to say the least. When I see something sufficiently off the wall, I always wonder how the authors happened to think of that. It also raises a lot of questions like, how much of physics can be usefully approximated by some random forests? Could you replace most of a physics engine with an appropriate small neural network?
Re: Physics Forests
#28Earlier quoted context omitted.
The major difference there is that LHC data measures processes which are inherently stochastic (because QM), so using these methods is pretty natural. The OP, however, is applying the same methods to highly complex, but nominally deterministic problems.
I'm curious about this. A lot of us in the computational world have to deal with able but slow iterative methods for things like fluid dynamics and electromagnetic simulations. I'd be interested to know if this works with MHD, and how well it does.
Re: Physics Forests
#29That is... an unusual use of regression, to say the least. When I see something sufficiently off the wall, I always wonder how the authors happened to think of that. It also raises a lot of questions like, how much of physics can be usefully approximated by some random forests? Could you replace most of a physics engine with an appropriate small neural network?
Re: Physics Forests
#30Earlier quoted context omitted.
Random Forests are part of how the LHC found the higgs, based on my armchair understanding of the slide decks. Measurement, Monte Carlo and Machine Learning form an interesting triangle. My impression of the LHC pipe is they used monte carlo model sims to train up classifiers that would flag the data relevant for distinguishing alternate models.
Not to hijack the thread, but would you mind posting a link to the LHC slide deck you mentioned?