Supervised Vs Unsupervised ML
Supervised Vs Unsupervised ML
Supervised Learning
-------------------
Definition: Supervised learning is a type of machine learning where the model is trained on labeled
Process:
3. After training, it can predict the output for new, unseen inputs.
Examples:
Algorithms Used:
- Decision Trees
- Linear Regression
- Logistic Regression
- Neural Networks
Unsupervised Learning
---------------------
Definition: In unsupervised learning, the algorithm is given data without labels, and it tries to find
Examples:
- Dimensionality Reduction: Reducing the number of features while retaining essential information
Algorithms Used:
- K-Means Clustering
- Hierarchical Clustering
- DBSCAN
- Autoencoders
Key Differences
---------------
|----------------|-----------------------------|-----------------------------|