Supervised Learning Algorithm DT
Supervised Learning Algorithm DT
Algorithm
Decision Tree Algorithm
Supervised Learning
• Supervised learning is the types of machine learning in which
machines are trained using well "labelled" training data, and on basis
of that data, machines predict the output.
• Supervised learning is a process of providing input data as well as
correct output data to the machine learning model. The aim of a
supervised learning algorithm is to find a mapping function to map
the input variable(x) with the output variable(y).
Working of Supervised Learning
Types of supervised Machine learning Algorithms:
Classification
While implementing a Decision tree, the main issue arises that how to
select the best attribute for the root node and for sub-nodes. So, to
solve such problems there is a technique which is called as Attribute
selection measure or ASM.
There are two popular techniques for ASM which are:
• Information Gain
• Gini Index
Information Gain