Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

Department of Computer Science &

Engineering

Regulation 21

Semester: III

Course Code: CS3491

Course Name: Artificial Intelligence and Machine Learning

K.Sumithra Devi
Assistant Professor
CSE
1
KCG DEPARTMENT OF CSE 1
UNIT III SUPERVISED LEARNING – GRADIENT DESCENT

CO 3 Build supervised learning models

K3

KCG DEPARTMENT OF CSE 2


Linear Discrimination

• In linear discrimination, we assume that instances of a class


are linearly separable from instances of other classes.

• This is a discriminant based approach that estimates the


parameters of the linear discriminant directly from a given
labeled sample.

• Linear Discriminant analysis is one of the most popular


dimensionality reduction techniques used for supervised
classification problems in machine learning.

3
KCG DEPARTMENT OF CSE 3
Discriminant Function

• Discriminant function analysis is a supervised classification


technique, wherein distinct observations with predefined group
memberships along with associated variables are analyzed as
well as separated and new objects are allocated to the
previously defined groups.

4
KCG DEPARTMENT OF CSE 4
What are Probabilistic Models?

• Probabilistic models are an essential component of machine


learning, which aims to learn patterns from data and make
predictions on new, unseen data.

• They are statistical models that capture the inherent


uncertainty in data and incorporate it into their predictions.

• Probabilistic models are used in various applications such as


image and speech recognition, natural language processing,
and recommendation systems.

5
KCG DEPARTMENT OF CSE 5
Categories Of Probabilistic Models?

• Generative models

• Discriminative models.

• Graphical models

6
KCG DEPARTMENT OF CSE 6

You might also like