Classification
Classification
Instructor
Dr. Prashant Srivastava
INTRODUCTION
Classification is a type of supervised learning
where a target feature, which is of categorical
type, is predicted for the test data on the basis
of information imparted by the training data.
z = a + bx
SIGMOID FUNCTION
This predicted response value, denoted by z is
then converted into a probability value that lie
between 0 and 1.
3. Quite memory-intensive
DECISION TREE
One of the most widely adopted algorithms for
classification.
Exceptionally productive.
DECISION TREE
Used for multidimensional analysis with
multiple classes.