Machine_Learning_Presentation
Machine_Learning_Presentation
1. Supervised Learning
Supervised learning is trained on labeled data, where the input has a corresponding output.
Examples include spam detection and predicting house prices.
Popular Algorithms: Linear Regression, Decision Trees, Neural Networks.
2. Unsupervised Learning
Unsupervised learning uses data without labels to find patterns or clusters. Examples include
customer segmentation and anomaly detection.
Popular Algorithms: K-Means Clustering, Principal Component Analysis (PCA).
3. Reinforcement Learning
Reinforcement learning involves an agent learning by interacting with an environment to maximize
rewards. Examples include AI playing chess and self-driving cars.
Popular Algorithms: Q-Learning, Deep Q-Networks (DQN).