The algorithms that you will learn about in this book are broadly classified into the following two categories:
- Supervised learning algorithms
- Unsupervised learning algorithms
The algorithms that you will learn about in this book are broadly classified into the following two categories:
Supervised learning algorithms can be used to solve both classification and regression problems. In this book, you will learn how to implement some of the most popular supervised machine learning algorithms. Popular supervised machine learning algorithms are the ones that are widely used in industry and research, and have helped us solve a wide range of problems across a wide range of domains. These supervised learning algorithms are as follows:
Unsupervised machine learning algorithms are typically used to cluster points of data based on distance. The unsupervised learning algorithm that you will learn about in this book is as follows: