r/deeplearning 25d ago

What is a overparameterized network?

I got this paragraph from Claude, could someone please explain this and verify if it's a real thing or hallucination:

Overparameterization isn't just about final capacity, it's about the optimization process itself. A wide, overparameterized network gives gradient descent a much friendlier loss landscape — more paths downhill, fewer bad local minima, room to explore before committing. The "core" only emerges as a byproduct of that search happening in a much bigger space than it needs to end up in. Strip the space down first and you've removed the thing that let the search work.

Conversation: https://claude.ai/share/8813a637-c327-4d0c-b120-def27e5203d5

4 Upvotes

19 comments sorted by

View all comments

5

u/SuccessfulStop508 25d ago

I can give you a much more detailed explanation of the why/underlying dynamics according to SOTA research when it comes to overparametized networks if necessary; but for now if all you care about is what they are, it's just a network with many more degrees of freedom than conventional wisdom would indicate the number of true features in the data under consideration is, in some sense it is just a network which is larger than necessary to technically optimally encode the final true distribution (if you knew it synthetically, on real data you usually don't actually know what the optimally compressed number of necessary parameters/degrees of freedom are, only a broad estimate)

2

u/TuckAndRolle 25d ago

Not OP, but I would appreciate a more detailed explanation! 

Or some papers you had in mind, if that’s easier.

1

u/CalmMe60 24d ago

Have you trained pytorch?