Chapter 2 Types of Machine Learning and Their Learning Strategies
Chapter 2 Types of Machine Learning and Their Learning Strategies
BY Abebe B, PhD
12/20/2022
1. Machine Learning types
Example. Model
4
1. Decision Tree
• Decision Trees are a type of Supervised Machine Learning
where the data is continuously split according to a certain
parameter.
• The tree can be explained by two entities: nodes and leaves.
• The leaves are the decisions or the final outcomes. And the decision
nodes are where the data is split.
28
Types of ML …
• Unsupervised learning
29
• Unsupervised type of algorithm consists of input data without labelled
response. There will not be any pre existing labels and human
intervention is also less. It is mostly used in exploratory analysis as it
can automatically identify the structure in data.