Add functions to regularize the neural network that automatically reduces the effect of inputs with little or no impact on the outputs to zero. This can be done by adding a layer to the beginning of the neural network that multiplies each input by a constant. We can then apply regularization to these scaling factors to modify the effect of each input.
Add functions to regularize the neural network that automatically reduces the effect of inputs with little or no impact on the outputs to zero. This can be done by adding a layer to the beginning of the neural network that multiplies each input by a constant. We can then apply regularization to these scaling factors to modify the effect of each input.