Category Archives: Machine Learning

Bayes’ Theorem

Bayes’ Theorem describes the probability of an event, based on prior knowledge that may be related to that event. The theorem was named after Reverend Thomas Bayes, who put forward an equation that allows new evidence to update beliefs. The Bayes’ Theorem is … Continue reading

Posted in Machine Learning, Programming | Comments Off on Bayes’ Theorem

What is machine learning?

Machine learning is a subcategory of artificial intelligence. Machine learning applies statistical techniques to learn from a set of examples. It is all about learning from example. The most common form of machine learning is supervised machine learning. Supervised learning … Continue reading

Posted in Machine Learning, Programming | Tagged | Comments Off on What is machine learning?