Learned Rules Versus Written Rules
Know
Traditional programming encodes rules a person wrote; machine learning infers approximate rules from examples. Approximation is why evaluation is mandatory.
Apply
Use ML when the rules are unknown or too numerous to write, not when they are known and stable.
Watch out
Reaching for a model where a simple documented rule would be more accurate and auditable.
Study move
Name one problem better solved by a written rule and say why.
