You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I recently noticed that excluding some features from my models would provide better results, even when using dropout in both cases. It weirded me out a bit because I thought the training process would reduce the impact of useless input to 0, but as I have learnt that is never the case. To be able to perform this, one needs to apply L1 regularization. Are there any future plans/existing ways to perform this? I don't know if this is a realistic tool to add or far too complex.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I recently noticed that excluding some features from my models would provide better results, even when using dropout in both cases. It weirded me out a bit because I thought the training process would reduce the impact of useless input to 0, but as I have learnt that is never the case. To be able to perform this, one needs to apply L1 regularization. Are there any future plans/existing ways to perform this? I don't know if this is a realistic tool to add or far too complex.
Beta Was this translation helpful? Give feedback.
All reactions