- Machine learning is a subset of artificial intelligence that uses data and experience to allow machines to learn and improve. There are three main types of machine learning: supervised learning, unsupervised learning, and reinforcement learning.
- Supervised learning uses labeled training data to teach a model. Examples include speech recognition and weather prediction applications. Unsupervised learning discovers patterns in unlabeled data through techniques like clustering and association. Logistic regression and linear regression are common supervised learning algorithms.