CHAPTER 3Machine Learning
“Before we work on artificial intelligence why don't we do something about natural stupidity?”
—Steve Polyak (American Neurologist)
CHAPTER OUTLINE
3.1 Introduction
As you saw in Chapter 1, AI covers a broad area, and one of most important aspects of AI is machine learning.
Machine learning (ML) is basically a set of mathematical algorithms developed in the 1980s. Machine learning is an important subset of AI, and it is the science that aims to teach computers, or machines, to learn from data and to analyze data automatically, without human intervention. It includes a set of mathematical algorithms that can make a decision or, more accurately, predict the results for a given set of data. The term machine learning was coined by Arthur Samuel, an American pioneer in computer science and artificial intelligence, in 1959 when he was working at IBM. In 1997, a more modern definition of machine learning was provided by Tom Mitchell as “A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E.”
Machine learning can be divided into these ...
Get Artificial Intelligence Programming with Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.