For non linear models like neural networks the number of VC dimensions could be larger then the number of parameters. Is this a correct statement , I tried looking for leads but was not able to find any good ones. Any pointers or explanation would be very helpful.
2026-03-27 12:01:07.1774612867
VC Dimension for Non Linear Models
187 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
The VC dimension of shallow neural networks grows roughly as $WlogW$ whereas it is $W^2$ for deep neural networks, where $W$ is the number of parameters in the network. The main reference on this topic is the book "neural network learning: theoretical foundations" by Anthony and Bartlett.