1 / 27

Linear Classifier

Linear Classifier. Team teaching. Linear Methods for Classification. Lecture Notes for CMPUT 466/551 Nilanjan Ray. Linear Classification. What is meant by linear classification? The decision boundaries in the in the feature (input) space is linear Should the regions be contiguous?. R 1.

Download Presentation

Linear Classifier

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Linear Classifier Team teaching

  2. Linear Methods for Classification Lecture Notes for CMPUT 466/551 Nilanjan Ray

  3. Linear Classification • What is meant by linear classification? • The decision boundaries in the in the feature (input) space is linear • Should the regions be contiguous? R1 R2 X2 R3 R4 X1 Piecewise linear decision boundaries in 2D input space

  4. Linear Classification… • There is a discriminant functionk(x) for each class k • Classification rule: • In higher dimensional space the decision boundaries are piecewise hyperplanar • Remember that 0-1 loss function led to the classification rule: • So, can serve as k(x)

  5. Linear Classification… • All we require here is the class boundaries {x:k(x) = j(x)} be linear for every (k, j) pair • One can achieve this if k(x) themselves are linear or any monotone transform of k(x) is linear • An example: So that Linear

  6. Linear Discriminant Analysis Essentially minimum error Bayes’ classifier Assumes that the conditional class densities are (multivariate) Gaussian Assumes equal covariance for every class Posterior probability Application of Bayes rule kis the prior probability for class k fk(x) is class conditional density or likelihood density

  7. LDA… Classification rule: is equivalent to: The good old Bayes classifier!

  8. LDA… When are we going to use the training data? Total N input-output pairs Nk number of pairs in class k Total number of classes: K Training data utilized to estimate Prior probabilities: Means: Covariance matrix:

  9. LDA: Example LDA was able to avoid masking here

  10. Study case • Factory “ABC” produces very expensive and high quality chip rings that their qualities are measured in term of curvature and diameter. Result of quality control by experts is given in the table below.

  11. As a consultant to the factory, you get a task to set up the criteria for automatic quality control. Then, the manager of the factory also wants to test your criteria upon new type of chip rings that even the human experts are argued to each other. The new chip rings have curvature 2.81 and diameter 5.46. • Can you solve this problem by employing Discriminant Analysis?

  12. Solutions • When we plot the features, we can see that the data is linearly separable. We can draw a line to separate the two groups. The problem is to find the line and to rotate the features in such a way to maximize the distance between groups and to minimize distance within group.

  13. X = features (or independent variables) of all data. Each row (denoted by ) represents one object; each column stands for one feature. • Y = group of the object (or dependent variable) of all data. Each row represents one object and it has only one column.

  14. x= y=

  15. Xk = data of row k, for example x3 = • g=number of gropus in y, in our example, g=2 • Xi = features data for group i . Each row represents one object; each column stands for one feature. We separate x into several groups based on the number of category in y.

  16. x1= x2=

  17. μi = mean of features in group i, which is average of xi • μ1 = , μ2 = • μ = global mean vector, that is mean of the whole data set. • In this example, μ =

  18. = mean corrected data, that is the features data for group i, xi , minus the global mean vector μ = =

  19. Covariance matrix of group i = C1 = C2 =

  20. = pooled within group covariance matrix. It is calculated for each entry in the matrix. In our example, 4/7*0.166 + 3/7*0.259=0.206 , 4/7*(-0.192)+3/7*(-0.286)=-0.233 and 4/7*1.349+3/7*2.142=1.689 , therefore

  21. C = The inverse of covariance matrix is : C-1 =

  22. P = prior probability vector (each row represent prior probability of group ). If we do not know the prior probability, we just assume it is equal to total sample of each group divided by the total samples, that is p = =

  23. discriminant function • We should assign object k to group i that has maximum fi

  24. LDA

  25. Tugas • Gunakan excel/matlab/tools lain untuk mengklasifikasi data set breast tissue secara : • Naïve Bayes • LDA Presentasikan minggu depan

More Related