How to Improve Deep Learning Model Robustness by Adding Noise
Last Updated on August 28, 2020 Adding noise to an underconstrained neural network model with a small training dataset can have a regularizing effect and reduce overfitting. Keras supports the addition of Gaussian noise via a separate layer called the GaussianNoise layer. This layer can be used to add noise to an existing model. In this tutorial, you will discover how to add noise to deep learning models in Keras in order to reduce overfitting and improve model generalization. After […]
Read more