Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] Examples of when to use machine learning and when to use an expert system

I work in machine learning for healthcare and people often come to me suggesting an expert system. Usually what they mean is a hand-crafted version of a decision tree. I haven’t been able to find any good articles really articulating the cost/benefit of each approach with examples and I’m wondering: What has everyone else’s experience has been?

Examples I usually give:

  • One part of the core algorithm in an app was a giant decision tree from ~5-10 years ago, 3-4 deep with very complex conditions. One of the smartest guys around decided to understand and document the code. Even after several days of experimentation and talking to the author, he couldn’t explain it all. Due to the feeling that it was important, we weren’t able to remove the unknown code and therefore could clean it up either. That code was doing pattern matching for mobile keyboards – would’ve been a good fit for ML.
  • Another project would jump-start text query parsers with a hand-written grammar. Once it seemed reasonable they’d release it, collect query data, annotate it, then replace it with an ML system. That meant a much faster time for both the first and second releases.
  • I’ve seen a great example in a book but I forget which – it talks about classifying something as a bird or not and demonstrates the challenges of building a high quality system.

submitted by /u/trnka
[link] [comments]