Introduction to
Module 1 Machine Learning
Learning Outcomes
By the end of this unit the learner will be able to:
Define machine learning and understand its significance.
Describe the history and evolution of machine learning.
Differentiate between supervised, unsupervised, semi-supervised, and re
inforcement learning.
Explain the importance and applications of machine learning in modern society.
Copyrights © OHSC (Oxford Home Study Centre).All Rights Reserved. 1|18
,What is Machine Learning?
Module 1
Introduction to Machine Learning
Overview of Machine Learning
Definition of Machine Learning
Machine Learning (ML) is a branch of artificial intelligence (AI) that enables machines to lear
n from data and make decisions or predictions based on that learning, without being explicitly
programmed to do so. It is a rapidly evolving field that has revolutionized various industries b
y automating tasks that were previously considered too complex for traditional algorithms. Be
low we discuss in detail about this topic:
Overview of Machine Learning
Machine Learning involves the development of algorithms and models that allow computers t
o learn patterns and make decisions based on data. Key concepts in ML include:
1. Types of Machine Learning
xSupervised Learning: Algorithms learn from labelled data, making predictions or
decisions based on past examples. x Unsupervised Learning: Algorithms discov
er patterns in unlabelled data, finding hidden structures or intrinsic relationships
. x Reinforcement Learning: Algorithms learn to make decisions through trial and
error, receiving feedback from their actions.
2. Machine Learning Workflow
xData Collection: Gathering relevant data that represents the problem or task. x D
ata Pre-processing: Cleaning and transforming data to prepare it for analysis. x M
odel Selection: Choosing the appropriate ML model based on the problem type an
d data. x Training: Using data to train the model to recognize patterns and
make predictions. x Evaluation: Assessing the model's performance on new d
ata to ensure accuracy. x Deployment: Implementing the trained model in real-w
orld applications.
Copyrights © OHSC (Oxford Home Study Centre).All Rights Reserved. 2|18
, What is Machine Learning?
3. Applications of Machine Learning
xNatural Language Processing (NLP): Understanding and generating human l
anguage. x Computer Vision: Analysing and interpreting visual information fr
om the world. x Predictive Analytics: Making predictions about future outco
mes based on historical data. x Recommendation Systems: Suggesting products,
movies, or content based on user preferences. x Healthcare: Diagnosing diseases
, predicting patient outcomes, and personalized treatment plans.
4. Challenges in Machine Learning
xData Quality: Ensuring data is accurate, relevant, and representative. x Overfittin
g and Underfitting: Balancing model complexity and generalization. x Interpretab
ility: Understanding and explaining how models make decisions. x Ethical Concer
ns: Addressing biases in data and algorithms to ensure fairness.
Types of
Machine
Learning
Challenges in Machine
Machine Learning
Learning Workflow
Applications
of Machine
Learning
Fig 1.1: Overview of Machine Learning
Copyrights © OHSC (Oxford Home Study Centre).All Rights Reserved. 3|18