How to Mitigate Bias Various in Deep Learning Models?
Original Source Here
How to Mitigate Bias Variance in Deep Learning Models?
In deep learning, you don’t have the bias-variance trade off as DL models allow you to reduce both!
A key observation is that in traditional ML, the performance reaches a pleatau after certain amount training data whereas in DL, performance improves with more training data.
- In general, training a bigger network (more layers) help to reduce the bias
- In general, regularization (e.g. L2 norm) help reduce the variance
References:
AI/ML
Trending AI/ML Article Identified & Digested via Granola by Ramsey Elbasheer; a Machine-Driven RSS Bot
via WordPress https://ramseyelbasheer.io/2021/06/08/how-to-mitigate-bias-various-in-deep-learning-models/