|
|
|
|
|
by davidwihl
2310 days ago
|
|
Well stated. The author also misses two other critical points: (1) accuracy is a poor measure of quality for non-numeric, classification type problems, (2) increasing model complexity has an asymptote in order to prevent overfitting. You can’t arbitrarily increase the number of weights and expect that the NN will continue to improve. |
|
The "common wisdom" of "too many parameters will make you overfit" is most definitely not that important for the way modern NN training works.