Types of machine learning
There are many ways to segment machine learning and dive deeper. In Chapter 1, How to Sound Like a Data Scientist, I mentioned statistical and probabilistic models. These models utilize statistics and probability, which we've seen in the previous chapters, in order to find relationships between data and make predictions. In this chapter, we will implement both types of models. In the following chapter, we will see machine learning outside the rigid mathematical world of statistics/probability. You can segment machine learning models by different characteristics, including the following:
- The types of data/organic structures they utilize (tree/graph/neural network)
- The field of mathematics they are most related to (statistical/probabilistic) ...
Get Principles of Data Science - Second Edition 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.