A hybrid model combining case-based reasoning and fuzzy decision tree for medical data classification
Presented By
Safi
Sumanth
Why?
- Data == Intelligence
- Binary / Multi-Class
- Accuracy > 90%
Why?
- Data == Intelligence
- Binary / Multi-Class
- Accuracy > 90%
Problems
- Need explanations
- Neural Nets == Black Box
- But......
Why?
- Data == Intelligence
- Binary / Multi-Class
- Accuracy > 90%
Problems
- Need explanations
- Neural Nets == Black Box
- But......
Solutions
- Neural Nets with fuzzy rules
- Cluster data + Fuzzy Decision Trees
Contents
- Literature Survey
- abc
- def
- ghi
- CBFDT
- Experiments
Artificial Neural Nets
- Wu et. al used 133 training points with 43 features, to provide a binary output (ANN >= Human)
- Floyd et. al used 260 training points with 10 features to achieve Breast Cancer pred. accuracy of 50%
- Setiono et. al extracted rules from ANN and trained a model using the rules to get 96% accuracy
- All the above use Back Prop and needs extensive feature selection
- Fogel et. at proposed an evolutionary search algo. for solving this - but computationally expensive
Fuzzy Classifier
- Gadaras et. al proposed fuzzy classification to automatically extract rules
- Fernándas et. al used fuzzy rules to solve data imbalance problem
Fuzzy systems do not always use class labels but gain/loss func.
So we use them in combination with ANNs
Fuzzy Classifier
- Song et. al
- Gonçalves et. al
- Lee and Wang
Data Mining
- LDA and Time Series
- But fail when relationships are complex / non-linear
- Alternatives
- Bayesian
- ANNs
- Decision Trees
- SVMs
- Genetic Search Algorithms
Current paper used FDT and CBR
Fuzzy Decision Tree
- Similar to Decision Tree
- Recursive Binary Partition
- Need to put some equations and add explanations
Current paper used FDT and CBR
Clustering Methods
- Unsupervised
- Exclusive / Fuzzy / Hierarchal
- The paper used classic k-means
- Need to put some equations and add explanations
Current paper used FDT and CBR
deck
By SUMANTH DODDAPANENI CS21D409
deck
- 176