Debugging Learning Algorithm
05 March 2015
Few notes of how to debug machine learning algorithm:
- Get more training examples
- Try smaller sets of features
- Try getting additional features
- Try adding polinomial features
- Try increasing lambda
- Try decreasing lambda
What those trys can achieve:
- fixes high variance
- fixes high variance
- fixes high bias
- fixes high bias
- fixes high bias
- fixes high variance
Alex Turok said 8 years ago
Hi Yuriy,
I've just stumbled upon your blog. A cool mix of machine learning and Acumatica development insights! That's really great, keep it up!