Supervised_unsupervised
Supervised_unsupervised
🧪 1. Supervised Learning
• The model is trained on labeled data (where the correct answer is known).
• It learns by example, just like a student with an answer key.
🧾
Example:
• Linear Regression
• Logistic Regression
• Decision Trees
• Random Forest
• Support Vector Machines (SVM)
• Neural Networks
🔍 2. Unsupervised Learning
🧾 Example:
• You feed in customers' shopping data.
• The model groups them into different clusters (e.g., bargain hunters, loyal customers)
— even if you don’t tell it how to do that.
🛠 Common Algorithms:
• K-Means Clustering
• Hierarchical Clustering
• PCA (Principal Component Analysis)
• Autoencoders
🎯 Analogy: