1 / 12

Plasma cells

Making classifiers by supervised learning. Naïve Bayes Support Vector Machine Fisher’s discriminant Logistic Mahalanobis. Optimal hyperplane. Non-plasma cells. Plasma cells. Naïve Bayes Classifier.

Télécharger la présentation

Plasma cells

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. Making classifiers by supervised learning • Naïve Bayes • Support Vector Machine • Fisher’s discriminant • Logistic • Mahalanobis Optimal hyperplane Non-plasma cells Plasma cells

  2. Naïve Bayes Classifier where, Cand ¬C represent plasma cell and non-plasma cell, and Fi represent i-th different discrete fluorescence data. Using Bayes’ theorem, Statistical independence Our model makes the simplifying assumption that, conditional on the state of the cell (i.e. C/¬C), the fluorescence data are independent: i.e., Conditional independence Similarly, for the non-plasma cell, we can calculate its probability by the following equation, Finally, log-likelihood ratio can be written as following, http://en.wikipedia.org/wiki/Naive_Bayes_classifier

  3. SVM (Hard margin) Distance between hyper plane and xi: Maximize margin: Scaling: http://en.wikipedia.org/wiki/Support_vector_machine, Pattern Recognition And Machine Learning (Christopher M. Bishop)

  4. Quadratic programming (Primal and dual form) Lagrangian: KKT conditions QP: By SMO Only a few ai will be greater than 0 (support vectors), which lie on the margin and satisfy

  5. SVM (Soft margin) Lagrangian: QP:

  6. Kerneltrick (non-linear classification) Ex.

  7. Fisher discriminant analysis 射影されたクラスの平均の分離度 Within class variance with label k (1), (2), (3), (4)を代入 Maximize J(w) scalar

  8. Cluster 16 = plasma cells

  9. Naïve Bayes Classification Plasma cells Non-plasma cells Sensitivity = 91.63 % Specificity = 99.90 %

  10. SVM classification (Radial kernel) Plasma cells Non-plasma cells Sensitivity = 97.02 % Specificity = 99.97 %

  11. Summary of classification

  12. Distance from a point to a plane

More Related