What is the relation between any suitable measure of model complexity, number of training examples and network size in deep learning?
Asked
Active
Viewed 29 times
0
-
Please name one such measure of model complexity, so we can elaborate from there. – lpounng Jun 16 '23 at 02:11
-
Let us use VC complexity. – Justaperson Jun 16 '23 at 09:28
1 Answers
0
In general, the higher the model complexity, the more training examples (and computation time) is required for the model to learn.
In general, network size is directly proportional to model complexity. The larger the network size, the more parameters, thus higher the complexity.

lpounng
- 313
- 1
- 8