ML_Types_of_learning_SupUnSupervised.pptx

UTKARSHBHARDWAJ71 25 views 26 slides Apr 30, 2024
Slide 1
Slide 1 of 26
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26

About This Presentation

Introduction to Machine Learning and different types of learning algorithms including supervised, unsupervised, semi-supervised, reinforcement learning etc.


Slide Content

ML Types Supervised, Unsupervised Learning… PCS 206 1

Overview ML Types Supervised Learning Unsupervised Learning Semi supervised Learning Reinforcement Learning 2

Machine Learning begins with DATA Labeled data Unlabeled data 3

Supervised Learning…Contd. A  supervised learning algorithm  analyzes the training data Produces an inferred function This function is used for mapping new examples. 4

Supervised Learning ( x,y ) 5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

Machine Learning Algorithms Machine Learning methods are broadly classified into following categories: 22

Supervised Learning: Training Data mining task of inferring a function from  labeled training data . The training data consist of a set of training examples . In supervised learning, each example is a pair consisting of an input object (typically a vector) and the desired output value. 23

Supervised Learning…Testing An optimal scenario will allow for the algorithm to correctly determine the class labels for  unseen instances . This requires the learning algorithm to generalize from the training data to unseen situations in a “reasonable” way. Eg. classification and regression algorithms 24

Supervised Classification 25

Unsupervised Learning The information used to train is neither classified nor labeled. U.L studies how systems can infer a function to describe a hidden structure from unlabeled data. The system doesn’t figure out the right output, but it explores the data and can differentiate the given input data. All clustering algorithms fall under supervised learning. 26