I don't think so.
I wish the Frame Problem[1] got talked about a little more, because it's one of the fundamental challenges for intelligent beings/systems. I think we'd see fewer grandiose claims about AI if people spent a little more time pondering it. But I'm getting ahead of myself.
You can think of the Frame Problem as the problem babies have when they first enter the world. You've got eyes that can look anywhere, ears that are hearing sounds at every frequency, every touch receptor in your body is feeling something... There is data coming in from every pore and it's all noise.
Where to start? You can randomly twitch a muscle, but there are a lot of muscles. The likelihood that anything coherent will happen is very small. You could just pick sensors at random and try to correlate them with each other, and that lets you pick up some regularity, which would be useful for perception, except that regularity is still totally valueless. You can figure out how to see lines moving across a visual field, but there's no way to know if they are good or bad. Or what you might want to do with them. There is a sense in which it doesn't matter how much computing machinery you have, it's impossible to learn to perceive the world without outside help.
That's the frame problem.
Now, if you are a human, you get bootstrapped into the world through social interaction. You have very dumb insect-like circuits in your nervous system that make black dots with white on either side (i.e. another human eye) look very enticing to you. Before you've had any indication about whether these other eyes are a good thing or a bad thing, your muscles will twitch and you will (clumsily) orient all of your sensors (which are just screeching noise at you) towards whatever the other eyeballs around you are orienting towards. There are a handful of buttons on your body that create pleasure (warmth on your skin) and pain (pressure on your skin). That combined with some places to look gets you started. A human being builds from there, but we continue to get a ton of help throughout our whole life.
Machine learning is the same way. You can train a network to pick a dog out of a bunch of pictures of cats, but you have to give it know the difference between dogs and cats first, so you can feed the network a training set that it can learn from. If you just fed the network the pictures, without categorizing them, all it would see would be noise.
Back to physics... You can feed as much data as you want to a network, "deep" or not, and it will learn nothing. You need to be able to coherently structure it first. In chess that's easy: wins and losses. In physics, not so much. What's a win in physics? Explaining a situation that a bunch of other theories can't explain. So you'd have to structure all of the existing theories in physics in some machine-readable way. And then you'd have to somehow generate the space of all possible theories and all possible experiments....
And that still only gets you basically to where the baby was when they only had some pain and pleasure receptors. I.e. you are still totally screwed by the frame problem. Because you have no idea where to start looking through all of those possible experiments and all of those possible theories.
[1] https://en.wikipedia.org/wiki/Frame_problem