- Machine learning involves systems that can learn from data and experience to improve without being explicitly programmed. It focuses on finding patterns in data to make better decisions.
- There are three main types of machine learning: supervised learning which uses labeled training data, unsupervised learning which finds patterns in unlabeled data, and reinforcement learning which uses rewards and punishments to learn optimal behavior.
- Supervised learning involves providing labeled examples to train a model to map inputs to outputs, while unsupervised learning discovers hidden patterns in unlabeled data through clustering or association. Reinforcement learning involves an agent learning through trial-and-error using rewards.