How will you explain machine learning to a layperson?

devquora
devquora

Posted On: Feb 22, 2018

 

Basically, machine learning is pattern recognition. Like Youtube’s video recommendations, Facebook’s News Feeds, etc. are a perfect example of pattern recognition. Machines observe patterns and learn from the examples. The type of videos you see on YouTube, you get video recommendations of similar type. The outcome of the machine learning program keeps improving with every attempt and trials.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Artificial Intelligence Interview Questions

    What is Breath-First Search Algorithm?

    Breath-First search involves traversing a binary search tree one level at a time...

    Artificial Intelligence Interview Questions

    When will you use classification over regression?

    Classification is used when the output variable is a category such as “red” or “blue”, “spam” or “not spam”...