|
|
|
|
|
by SuchAnonMuchWow
795 days ago
|
|
No its the opposite: overfitting is the result of either having too many weights compared to the size of your dataset, or training for a long time while reusing/transforming parts of your dataset to make it last longer. Having a huge dataset compared to the size of your network will reduce overfitting. |
|