0

What is the relation between any suitable measure of model complexity, number of training examples and network size in deep learning?

nbro
  • 39,006
  • 12
  • 98
  • 176
Justaperson
  • 153
  • 3

1 Answers1

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