0% found this document useful (0 votes)
3 views4 pages

Types of Machine Learning Explained

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views4 pages

Types of Machine Learning Explained

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Foundation of Machine

Learning

1
Definition
• Statistics
• Machine Learning
• Data Science
• Data Engineering

2
[Link]
Executive Summary: Types of Machine Learning

• Unsupervised Learning
• Cluster, Anomaly

• Supervised Learning (Label driven)


• Random forest, GLM

• Reinforced learning
• Dynamic programming
• Adjust to input/output pairs are
never presented

Markov Process and Q Learning 3

Common questions

Powered by AI

Supervised learning requires labeled data where the outcome variable is known, making it suitable for applications like classification and regression. Unsupervised learning does not rely on labeled data, focusing instead on discovering hidden patterns or intrinsic structures in the input data, which is valuable for exploratory data analysis .

Clustering in unsupervised learning involves grouping data points into clusters that share similar characteristics. It is important for applications such as customer segmentation, image processing, and social network analysis, allowing systems to identify inherent patterns in data without predefined labels .

Markov processes offer a framework for decision-making in Q learning by providing a method to model the probabilistic transitions between states. This helps in understanding future actions based on present states without needing to track past states, thus simplifying the learning process and enabling efficient decision-making in environments with uncertain dynamics .

The absence of labeled data in unsupervised learning makes it challenging to measure the accuracy of the model's outputs and interpret results. Challenges can be addressed by incorporating techniques such as semi-supervised learning, which uses small amounts of labeled data to improve model accuracy, or by applying domain knowledge to interpret clustering and anomaly detection results .

Anomaly detection in unsupervised learning involves identifying data points that deviate significantly from the majority of the data distribution. It is crucial for applications in fraud detection, network security, and fault detection, as it helps uncover irregular patterns or outliers that might indicate abnormalities .

Reinforced learning utilizes dynamic programming principles by making decisions that maximize cumulative rewards over time, adapting to a path of actions based on feedback. Unlike traditional machine learning methods, which often require labeled datasets, reinforced learning continuously adjusts its strategies based on the outcomes of previous actions and is particularly used in environments that change over time .

Practitioners would choose reinforced learning over supervised learning in scenarios where the environment is dynamic and feedback from actions can be used to refine strategies, such as autonomous driving or robotic navigation. Key criteria include the need for real-time decision-making based on evolving conditions and the ability to learn from trial and error without a fixed dataset .

Data science focuses on deriving insights and building predictive models using data, whereas data engineering involves the architecture and management of data infrastructure and pipelines. Together, they ensure that machine learning models have access to clean and well-structured data, facilitating more effective analysis and accurate predictions .

A random forest algorithm uses an ensemble of decision trees to improve predictive accuracy and control overfitting, making it suitable for tasks involving complex interactions among variables. GLMs, on the other hand, are a generalization of linear regression, allowing for different types of response variables; they are used when a clear linear relationship between predictors and the outcome is expected .

The foundational concepts of statistics, such as probability distributions and hypothesis testing, underlie machine learning methodologies by providing the mathematical framework for model-building, data inference, and evaluation of predictive accuracy, ensuring that machine learning models can generalize from sample data to broader populations .

You might also like