Difference between revisions of "Early Stopping"

From
Jump to: navigation, search
Line 16: Line 16:
 
** [[Dropout]] - at every iteration, it randomly selects some nodes and temporarily removes the nodes (along with all of their incoming and outgoing connections)
 
** [[Dropout]] - at every iteration, it randomly selects some nodes and temporarily removes the nodes (along with all of their incoming and outgoing connections)
 
** [[Data Augmentation]]
 
** [[Data Augmentation]]
** Early Stopping
+
** [[Early Stopping]]
  
  
 
<youtube>7QfUNxkthq8</youtube>
 
<youtube>7QfUNxkthq8</youtube>
 
<youtube>ATuyK_HWZgc</youtube>
 
<youtube>ATuyK_HWZgc</youtube>

Revision as of 16:35, 30 December 2018

Youtube search... ...Google search


Good practices for addressing the Overfitting Challenge: