Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
6 Attributes in total (1 goal field, 1 non-predictive, 4 predictive attributes)
Data Set Background
Source: Uci, Machine Learning Repository, Mammographic Mass Data Set:
http://archive.ics.uci.edu/ml/datasets/Mammographic+Mass
Mammography is the most effective method for breast cancer screening available today. But still, 70% unnecessary biopsies with benign outcomes.
Several computer-aided diagnosis (CAD) systems delivered. Help decide:
Predict the severity (benign or malignant) of a mammographic mass lesion from:
5
4
How well a CAD system performs compared to the radiologists?
3
2
After this _ Nominal to numeric (to give input data to classifiers):
we save the output to a csv file and then we import the data as «numerical» (we had problems otherwise).
6
7
8
BI-RADS = 0
| Age > 63.500: 1 {1=3, 0=0}
| Age ≤ 63.500: 0 {1=0, 0=2}
BI-RADS = 2: 0 {1=0, 0=7}
BI-RADS = 3
| Age > 59: 1 {1=2, 0=1}
| Age ≤ 59
| | Age > 40.500
| | | Age > 42.500: 0 {1=1, 0=11}
| | | Age ≤ 42.500: 1 {1=1, 0=1}
| | Age ≤ 40.500: 0 {1=0, 0=7}
BI-RADS = 5: 1 {1=286, 0=31}
BI-RADS = 6
| Margin = 1: 0 {1=0, 0=2}
| Margin = 3: 1 {1=3, 0=0}
| Margin = 4: 1 {1=2, 0=0}
| Margin = 5: 1 {1=2, 0=0}
BI-RADS = 4
| Margin = 1: 0 {1=26, 0=259}
| Margin = 2
| | Age > 52.500: 1 {1=4, 0=2}
| | Age = 52.500: 0 {1=0, 0=5}
| Margin = 3
| | Age > 40
| | | Age > 43.500
| | | | Shape = 1: 0 {1=0, 0=2}
| | | | Shape = 2: 0 {1=0, 0=6}
| | | | Shape = 3
| | | | | Age > 55: 1 {1=5, 0=4}
| | | | | Age = 55: 0 {1=0, 0=3}
| | | | Shape = 4: 0 {1=4, 0=9}
| | | Age = 43.500: 1 {1=2, 0=0}
| | Age = 40: 0 {1=0, 0=10}
| Margin = 4: 0 {1=47, 0=53}
| Margin = 5
| | Age > 67.500: 1 {1=5, 0=0}
| | Age = 67.500: 0 {1=10, 0=12}
9
10
11
Settings with best results:
X-Validation Operator is used for testing the Classifier models
Neural Network and Support Vector Machine
14
12
13
Settings with best results:
Unlike ANNs:
computational complexity of SVMs does not depend on the dimensionality of the input space
Solution to an SVM is global and unique.
(http://www.svms.org/anns.html)
20
16
17
19
18
DEPARTAMENTO DE ELECTRÓNICA TELECOMUNICAÇÕES E INFORMÀTICA
UNIVERSIDADE DE AVEIRO 2011/2012