Classic Regularization Techniques in Neural Networks
Modelingclassic regularizationMachine LearningNeural NetworksODSC Westregularizationposted by Spencer Norris, ODSC October 29, 2018
Neural networks are notoriously tricky to optimize. There isn’t a way to compute a global optimum for weight parameters, so we’re left fishing around in the dark for acceptable solutions while trying to ensure we don’t overfit the data. This is a quick overview of the most... Read more