Back in the old days, it was common to write rule-based systems. Systems that do; data -> [rules] -> labels.
Nowadays, it's much more fashionable to use machine learning instead. Something like; (labels, data) -> [model] -> rules.
It might be a good time to ask ourselves, is this a better approach? Or have we lost something while in this transition?
Back in the old days, it was common to write rule-based systems. Systems that do;
Nowadays, it's much more fashionable to use machine learning instead. Something like;
It might be a good time to ask ourselves, is this a better approach? Or have we lost something while in this transition? In this talk, I hope to defend rule-based systems and highlight why they, literally, rule.
The talk will consist of many examples around this topic. In particular:
Matcher
object. Matcher
from spaCy but for tabular data.I hope that these examples make people rethink the way that they do their modeling. There's an amazing opportunity to add some natural intelligence back into our systems. This is great because this might just make them more accountable.
We need more systems that play by the rules.