1 / 7

Breast Cancer Diagnosis

Breast Cancer Diagnosis. A discussion of methods. Meena Vairavan. Presentation Outline. Problem Statement Description of Data Methods of Diagnosis Future Plans. Problem Statement. My goal is to compare two computational methods to determine which is a more

santa
Télécharger la présentation

Breast Cancer Diagnosis

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. Breast Cancer Diagnosis A discussion of methods Meena Vairavan

  2. Presentation Outline • Problem Statement • Description of Data • Methods of Diagnosis • Future Plans

  3. Problem Statement My goal is to compare two computational methods to determine which is a more effective means for performing breast cancer diagnosis. The first method uses linear programming and the second method uses neural networks. Both methods analyze data generated by fine needle aspiration tests.

  4. Description of Data • Source of Data: Wisconsin Diagnosis Breast Cancer Database (WBCD) • Dr. William Wolberg - Department of Surgery • Professor W. Nick Street - Department of Manag. Sciences • Professor O.L. Mangasarian - CS Department • Each case is represented by a 30-dim. feature vector computed from a digitized fine needle aspirate of a breast mass. • The features describe characteristics of the cell nuclei present in the image. • Radius, texture, smoothness, concavity, and symmetry

  5. Methods of Diagnosis • Method 1: Diagnosis through linear programming via generation of a separation plane. • Method 2: Diagnosis through the use of a multi-layer perceptron model using back propagation techniques.

  6. Diagnosis Through LP • A linear function was constructed to generate a separation plane to classify malignant and benign tumors. • f(x) = ’x -  • f(x) > 0 for malignant cases • f(x) < 0 for benign cases • minimize misclassified points by choosing  and  to minimize distance from f(x)

  7. Future Plans • Find the optimal MLP configuration for this diagnosis. • Plan to modify Professor Hu’s back propagation method for these purposes. • Choose appropriate characteristics to compare the LP method and MLP method • Provide an analysis of my results.

More Related