Live data from Hacker News

Physics-Based Deep Learning Book

physicsbaseddeeplearning.org

21–26 of 26 posts

Re: Physics-Based Deep Learning Book

#21

"Physics-based" Deep Learning seems like a misnomer. From the abstract "Deep Learning Applications for Physics" sounds more apt. There definitely is value in transferring standard terminology and methods from physics to deep learning. But from the preview it's unclear if that is the focus.

[deleted]

Re: Physics-Based Deep Learning Book

#22
I was doing a project that simulate a projectile motion with drag and Magnus force. This has no analytical solutions and I currently solve it with a numeric solver.

Does anyone know if I could approximate a closed form solution with a simple MLP network?

Re: Physics-Based Deep Learning Book

#23

I was doing a project that simulate a projectile motion with drag and Magnus force. This has no analytical solutions and I currently solve it with a numeric solver. Does anyone know if I could approximate a closed form solution with a simple MLP network?

Not MLP, but PySindy[0] might be a way to find a closed form solution. A simple MLP may not be best way to achieve what are you are after.

[0] https://github.com/dynamicslab/pysindy

Re: Physics-Based Deep Learning Book

#24

Earlier quoted context omitted.

Indeed, “Deep Learning Based Physics” seems a little more correct.

The common terminology is Physics Informed Neural Networks (PINNs)

"Physics-informed neural networks" https://en.wikipedia.org/wiki/Physics-informed_neural_networ...

But what about statistical thermodynamics and information theory? What about thin film?

What are some applications for PINNs and for {DL, RL,} in physics?

Re: Physics-Based Deep Learning Book

#25
post #11

More like Deep Learning -based physics. Or more accurately: Deep Learning -assisted physics simulations.

Yeah, the Julia-language equivalent is referred to as "scientific machine learning" but I don't like that either. I think "simulation learning" would be snappier and maybe more appropriate.

Re: Physics-Based Deep Learning Book

#26
post #14
post #13

Earlier quoted context omitted.

This does not appear to be the usual approach of training the neural network on tons of data from the physics simulation. Instead they use the actual physics equations to form the loss function, which is a far more robust way of creating such an emulator. So physics based deep learning title is appropriate.

Indeed. I see where everyone on HN is coming from. But if you're a physicist, and you've come across a lot of "deep learning applied to physics but the model has no physics in it" (and there's plenty of that), then the title may make perfect sense.

Yeah, many scientists in my field have been justifiably skeptical of black-box machine/deep learning applications -- just sounded like the latest meaningless buzzword. I think this approach potentially is a big deal.

[Edit: by "this approach" I mean what the article is calling "differentiable physics" -- but I don't love that moniker. The "physics informed neural network" approach doesn't seem that great to me. It's much slower than doing an actual simulation, the resulting errors are larger, and you can't re-use results -- it's a one-off solution. The fact that you can use it to interpolate isn't that much of a selling point. The only nice thing is that you can throw any system of equations you want at it without having to design a numerical solver.]

Post reply on HN