This chapter and the next concern the mathematical modeling of data that is the essential core of data science. We can call this statistics, or we can call it machine learning. At its core, it is the same thing. It is all about extracting information out of data.
Machine Learning
Machine learning is the discipline of developing and applying models and algorithms for learning from data. Traditional algorithms implement fixed rules for solving particular problems. Like sorting numbers or finding the shortest route between two cities. To develop algorithms like that, you need a deep understand of the ...