Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
2 Types of Machine Learning
9 Views • Oct 07, 2024
Description
Supervised Learning
- In supervised learning, the model is trained on a labeled dataset, which means that each training example is paired with an output label. The algorithm learns to map inputs to outputs and can make predictions on new, unseen data.
- *Examples*: Linear regression, logistic regression, decision trees, support vector machines, and neural networks.
2. **Unsupervised Learning**:
- Unsupervised learning involves training a model on data without explicit labels, aiming to uncover hidden patterns or intrinsic structures in the data. The algorithm tries to find relationships or group similar data points.
- *Examples*: Clustering (e.g., K-means, hierarchical clustering), dimensionality reduction (e.g., PCA, t-SNE), and anomaly detection.
3. **Semi-Supervised Learning**:
- This approach combines a small amount of labeled data with a larger amount of unlabeled data during training. It is particularly useful when labeling data is expensive or time-consuming. The model exploits the unlabeled data to improve learning.
- *Examples*: Combining clustering techniques with a small number of labeled samples.
4. **Reinforcement Learning**:
- In reinforcement learning, an agent learns to make decisions by taking actions in an environment to maximize cumulative rewards. The agent receives feedback in terms of rewards or penalties, which guides the learning process.
- *Examples*: Q-learning, deep Q-networks (DQN), and policies like A3C or PPO.
5. **Self-Supervised Learning**:
- A subset of unsupervised learning, self-supervised learning leverages the data itself to generate labels for training. This technique often involves creating pretext tasks where the model learns to predict part of the input from other parts.
- *Examples*: Contrastive learning, predictive coding.
6. **Transfer Learning**:
- Transfer learning involves taking a pre-trained model (often from a related task) and fine-tuning it on a new, but similar task. This can improve efficiency and performance, especially when the new dataset is small.
- *Examples*: Using a model trained on ImageNet for image classification tasks in other datasets.
Each type of machine learning has its own applications, strengths, and challenges, and the choice of which to use depends on the specific problem, the quantity and quality of available data, and the desired outcomes.
More from User
5 Linear Regression
Muhammad Naveed
4 Summary of Machine learning
Muhammad Naveed
3 Supervised Vs Unsupervised Learning
Muhammad Naveed
2 Types of Machine Learning
Muhammad Naveed
1 Introduction to MACHINE Learning Algorithms
Muhammad Naveed
Related Videos
Types of Machine Learning & Supervised vs Unsupervised | Data Science Course in Kannada | Skillfloor
Skillfloor
Machine Learning: Fundamental Algorithms for Supervised and Unsupervised Learning With
dm_952e48584b50243e0e173b36b81483df
3 Supervised Vs Unsupervised Learning
Muhammad Naveed
Motion2Vec- semi-supervised representation learning from surgical videos
Al-Anba Newspaper
Session 15: Explore Unsupervised Learning & Reinforcement Learning for Network Efficiency in openRAN
Learn And Grow Community
15.5 Machine Learning Anomaly Detection vs Supervised Learning
Sotheara Kang