CHAPTER - 7 FUZZY LOGIC IN DATA MINING

Size: px
Start display at page:

Download "CHAPTER - 7 FUZZY LOGIC IN DATA MINING"

Transcription

1 CHAPTER - 7 FUZZY LOGIC IN DATA MINING 7.1. INTRODUCTION Fuzzy logic is an approach of data mining that involves computing the data based on the probable predictions and clustering as opposed to the traditional true or false. Algorithms that use fuzzy logic are increasingly being applied in several disciplines to help in mining of databases. One of the potential applications of Fuzzy logic algorithms is the clustering of breast cancer data to enable oncologists detect and evaluate breast cancer risks such as malignant tumors. Breast cancer is currently one of the major health problems as well as the leading cause of death amongst women worldwide (Jemal A, et.al, 2011). Consequently, early detection of cancer risks is one of the key ways of improving the prognosis of the disease. Although there are a number radiological techniques such as mammography that can be used in the early detection of breast cancer risks, the enormous data generated by these techniques often make it difficult for radiologists to accurately evaluate breast cancer data (Dorf RC, et.al, 2001). The major variables in breast cancer databases include the information regarding the risk factors and as well as mammographic findings. Although the primary causes of cancer are not yet known, there are a number of risk factors that have been identified and can therefore be fixed to particular classes. Generally, tumors can be malignant (cancerous) or benign (non-cancerous). In most cases, malignant tumors have rapid growth that often results in the destruction of normal tissues and their eventual spread to all parts of the body. On the other hand, benign tumors tend to be localized and grow sly without any significant spread to the other parts of the body (Mukherjee S 2010). Consequently, the risk of breast cancer development is generally higher when malignant tumors are detected in an individual. 79

2 Artificial intelligence techniques such as fuzzy clustering algorithms can therefore significantly improve the diagnosis and evaluation of breast cancer risks through clustering of the particular data elements (Jalil Addeh, et.al, 2012). The incorporation of fuzzy logic algorithms in data mining is a powerful tool that can be employed in the extraction, clustering, quantification and analysis of the data base information regarding the assessment and diagnosis of cancer risks. Association rule mining is an active data mining research area. The key strength of fuzzy association rule mining is its completeness (Gautam Pratima, et.al, 2010). The strength also produces a huge number of candidate itemsets. This makes it ineffective for a data mining system to analyze them. It produces a huge number of fuzzy associations. The huge number makes it difficult for a human user to analyze them. One of the greatest potential advantages of incorporating fuzzy logic in data mining is the fact that such algorithms can significantly be used in the modeling of inaccurate, nonlinear and complex data systems by implementing human knowledge and experience as a set of fuzzy rules that uses fuzzy variables for inference purposes (Nguyen HT, et.al, 2003) (Luo J, et.al, 2000). For example, when using fuzzy algorithm for the prediction and clustering of breast cancer data, the human experience and knowledge related to breast cancer risks can be expressed as a set of inference rules of deduction that are then attached to the fuzzy logic system (Mangalampalli Ashish, et.al, 2009). Another important advantage of fuzzy algorithms systems for prediction and clustering of breast cancer data is that they usually have a significantly high inference speed. This chapter proposes a fuzzy association and clustering algorithm that can be used in the data mining of breast cancer data and consequently in the evaluation and prediction of cancer risks in patients with suspected cancer cases INPUT The breast cancer domain was obtained from the University Medical Centre, Institute of Oncology, Ljubljana, Yugoslavia. M. Zwitter and M. Soklic have provided the data (Michalski RS, et.al, 1986). The Arff conversion of the data set was provided by Håkan Kjellerstrand. This data set has 286 instances described by 9 attributes + one class attribute. The set includes 201 instances of one class and 85 instances of another class. 80

3 7.3. ASSOCIATION RULE MINING Mining association rule is one of the important research problems in data mining. There are many known algorithms for mining Boolean association rule such as Apriori, AprioriTID and AprioriHybrid algorithms for mining association rule (Ada Wai- Chee Fu, et.al, 1998). Although the current quantitative association rule mining algorithms can solve some of the problems introduced by quantitative attributes, they introduce some problems (Subramanyam RBV, et.al, 2006). The first problem is caused by the sharp boundary between intervals. The algorithms either ignore or over-emphasize the elements near the boundary of the intervals in the mining process. The use of shape boundary interval is also not intuitive with respect to human perception (Zuoliang Chen, et.al, 2007) (Zuoliang Chen, et.al, 2008). The fuzzy association rule is of the form, If X is A then Y is B. As in the binary association rule, X is A is called the antecedent of the rule while Y is B is called the consequent of the rule. X and Y are sets of attributes of database and A, B are sets containing fuzzy sets which characterize X and Y respectively (Subramanyam RBV, et.al, 2006). The fuzzy association rule is easily understandable because of linguistic terms associated with the fuzzy set. Many ARM algorithms are more concerned with efficient implementations than producing effective rules. In almost all ARM algorithms, thresholds (both confidence and support) are crisp values. This support specification may not suffice for queries and rule representations that require generating rules that have linguistic terms such as protein etc. Fuzzy approaches deal with quantitative attributes by mapping numeric values to real values FUZZY ASSOCIATION RULE MINING i. Candidate itemsets are generated with predefined minimum support and minimum confidence. ii. Implement the k-means clustering algorithm to find centroids or mid-points. iii. Using these centroids fuzzy sets and membership degree is calculated. iv. Fuzzy rules are generated using the fuzzy support and confidence found. 81

4 7.4. CLUSTERING When dealing with uncertainties in databases, fuzzy logic clustering algorithms can be used to cluster different elements of data into various membership levels depending on their closeness (Castillo O, et.al, 2008). For example, during the evaluation of breast cancer risks, mammogram data may possess some degree of fuzziness such as ill-defined shapes, indistinct borders and different densities. In this regard, a fuzzy clustering algorithm can be one of the most effective ways of handling the fuzziness of data related to breast cancer. As an intelligent technique, Fuzzy logic data mining algorithms not only provide excellent analysis of the data but can also be used to develop accurate results that are easy to implement. The foling Fuzzy data clustering algorithm for clustering of data related to breast cancer risks works by dividing cancer risk data elements into clusters which share many similarities. Each of the data clusters is then associated with a specific set of fuzzy member ship functions which will indicate the extent of closeness between the data element and the cluster (Bezdek JC 1984). The central notion of the fuzzy clustering algorithm is based on the fact that the membership values of the fuzzy sets or the truth values of fuzzy logic ranging from 0.0 to 1.0 (Chih-Tang Chang, et.al, 2011) (Deng Jiabin, et.al, 2010). The major variables in breast cancer databases includes the information regarding the risk factors and as well as mammographic findings. Two important clustering algorithms namely centroid based K-Means and representative object based FCM (Fuzzy C-Means) clustering algorithms are compared (Ghosh Soumi, et.al, 2013). These algorithms are applied and performance is evaluated on the basis of the efficiency of clustering output. 82

5 FUZZY K-MEANS ALGORITHM i. By using k-means algorithm and the number of clusters, centroid point will be calculated. ii. The data points will be grouped by calculating the distance between centroid points and the data points. iii. The result of the k-means taken as input for the fuzzy k-means algorithm. iv. The centroid point of the resultant cluster will be taken and average of the centroid of the cluster is compared with the data points which are present in border of the respective clusters and finally the border points are included in the clusters FUZZY C-MEANS ALGORITHM i. Initial centroid point will be assigned using the number of c clusters. ii. The data points will be grouped by calculating the distance between centroid points and the data points. iii. The centroid point of the resultant cluster and each data point will be taken and the membership value will be calculated. iv. Using the membership value, the new centroid point is calculated. v. Calculate the distance between new centroid point and the data point present in the file. vi. The membership value of the data point which is closer to centroid point of the clusters will be found and added to the respective clusters EXPERIMENT EXPERIMENT USING ASSOCIATION RULE MINING ALGORITHM The data was processed by the Association Rule Mining algorithm with minimum support 0.25 and minimum confidence 0.9 to find the fuzzy rules. The rules generated with a minimum confidence measure of 0.90 and above are given be in Table

6 Table 7.1: Association Data Analysis for ARM Algorithm Sl. Confidence If Then No. Measure 1 node-cap no inv-nodes between inv-nodes between 0-2 node-cap no node-cap no, breast-side inv-nodes between left 4 breast side is left and invnode node-cap no 0.95 is node-cap is no and class is inv-node no-recurrence-event 6 class is no-recurrenceevents node-cap no 0.95 and inv-node is menopause is premeno node-cap no 0.93 and inv-node is irradiate is No and class is node-cap no 0.91 no-recurrence-events 9 node-cap is no and inv-node irradiate is No 10 irradiate is No and invnode node-cap no 0.96 is irradiate is No, class is inv-node no-recurrence-events and node-cap is no 12 ays irradiate is No, class is no-recurrence-events and inv-node is 0-2 node-cap no 0.98 According to the above output, the percentage of the attribute node-cap with value no along with the attribute inv-node with value 0-2 is The attribute node-cap with the value no alone occurs in 11 rules and the attribute inv-node with value 0-2 occurs in 11 rules along with the other attributes. In the above output the attributes node-cap with value no and inv-node with value 0-2 plays a major role in forming association rules. The output changes with the change in the values of minimum support and minimum confidence. 84

7 EXPERIMENT USING FUZZY ASSOCIATION RULE MINING ALGORITHM The case study was processed by the Fuzzy ARM algorithm with minimum support 0.25 and minimum confidence 0.9 to find the fuzzy rules. Table 7.2. The rules generated with only a confidence measure of 1.0 are given be in Table 7.2: Association Data Analysis for Fuzzy ARM Algorithm Sl. Confidence If Then No. Measure 1 age between tumor size between age between tumor size between age between inv-node between age between inv-node between age between deg-malignant age between deg-malignant tumor size between inv-node between tumor size between inv-node between tumor size between deg-malignant tumor size between deg-malignant inv-node between deg-malignant inv-node between deg-malignant From the above table the analysis highlights the foling information. The attribute age [40-99] plays a major role in generating the rules. The attributes tumorsize [15-59] and inv-node [20-59] take part in both sides of the rule generation. The attribute deg-malignant 2 plays a major role in forming the remaining fuzzy rules EXPERIMENT USING FUZZY K-MEANS ALGORITHM The input was processed by the Fuzzy k-means algorithm with k as 5 to find the tuples in clusters. It was found that Cluster 1 contains 30 data points, Cluster 2 contains 49 data points, Cluster 3 contains 41 data points, Cluster 4 contains 79 data points and Cluster 5 contains 87 data points. 85

8 Table 7.3: Cluster Data Analysis for Fuzzy K means Algorithm Attribute Name Percentage of data present in each attribute Cluster 1 Cluster 2 Cluster 3 Cluster 4 Cluster : 10% 30-39: 10 % 40-49: 31% 50-59: 32% : 3% : 1% Age 40-49: 43 % 50-59: 37 % : 58% 50-59: 67% : 30% 50-59: 40 % : 18% :10% : 30% : 69% 70-79: 4 % Menopause premeno : 67% ge40: 51 % premeno : 49% ge40: 67% lt40: 5% ge40: 67% premeno: 28% premeno: 90% Tumor_size 0-4: 23% 5-9: 10% : 57% : 10% : 33% : 45% : 6% : 16% 0-4, 5-9: 2% : 27% :47% : 22% : 18% : 38% : 44% : 9% : 31% : 28% : 29% : 3% Inv-nodes 3-5 : 23% 9-11 : 10% : 57% : 10% : 100% 3-5: 2% 9-11: 2% 12-14: 27% 18-20: 47% :22% :18% 27-29: 38% 33-35: 44% 18-20: 9% :31% 27-29: 28% 30-32:29% 36-39: 3% Node_caps No : 97% No : 70% No : 93% No : 68% No : 80% Degree_mali gnant 1:37% 2:53% 3:10% 1:18% 2:45% 3:37% 1:41% 2:44% 3:15% 1:24% 2:38% 3:38% 1:22% 2:46% 3:32% Breast Left : 53% Right :55% Left : 45 % Left : 64% Left : 57% Left: 54% Breast Quadrant Left_up:30% Left_:47% Right_up:7% Right_:16% Left_up:41% Left_:41% Right_up:18% Left_up:46% Left_:37% Right_up:10% Right_:7% Left_up:37% Left_:43% Right_up:11% Right_:9% Left_up:36% Left_:39% Right_up:14% Right_:11% Irradiate No : 87% No : 67% No : 88% No : 75% No : 74% 86

9 From the above table the analysis shows the foling information. In cluster 1 the attributes that are important in forming the cluster are age [40-49], menopause premeno, tumor size [10-14], Inv node [12-14], Node caps No, Degree of malignant 2, Breast Quadrant Left Low, Irradiate No. In the formation of cluster 2 the attributes that are taking part are age [50-59], menopause ge40, tumor size [40-49], Inv node [36-39], Node caps No, Degree of malignant 2, Right Breast, Breast Quadrant Left Low and Left Up, Irradiate No. In cluster 3 the attributes that play an important role are age [60-69], menopause ge40, tumor size [15-19], Inv node [18-20], Node caps No, Degree of malignant 2, Left Breast, Breast Quadrant Left up, Irradiate No. In cluster 4 the attributes that are essential are age [50-59], menopause ge40, tumor size [30-34], Inv node [33-35], Node caps No, Degree of malignant 2 and 3, Left Breast, Breast Quadrant Left Low, Irradiate No. In cluster 5 the attributes that take part in the formation of cluster are age [40-49], menopause premeno, tumor size [20-24], Inv node [24-26], Node caps No, Degree of malignant 2, Left Breast, Breast Quadrant Left Low, Irradiate No. The analysis shows that the occurrence of cancer depends on the attributes of age with the range from 40-69, menopause with the value being either ge40, premeno, breast quadrant being left, degree of malignant being 2 and irradiate being No EXPERIMENT USING FUZZY C-MEANS ALGORITHM The input of breast cancer data was processed by the Fuzzy C-means algorithm with c 5 to find the tuples in clusters. It was found that Cluster 1 contains 130 data points, Cluster 2 contains 218 data points, Cluster 3 contains 130 data points, Cluster 4 contains 130 data points and Cluster 5 contains 218 data points. 87

10 Table 7.4: Cluster Data Analysis for Fuzzy C means Algorithm Attribute Name Age Percentage of data present in each attribute Cluster 1 Cluster 2 Cluster 3 Cluster 4 Cluster : 3% : 10% : 32% : 36% : 15% : 4% Menopause premeno : 53% Tumor_size Inv-nodes 0-4 : 4% 5-9 : 2% :11% : 8% : 21% : 16% : 22% : 6% : 8% : 0.25% : 2% 3-5 : 4% 9-11 : 2% : 11% : 2% : 20% : 17% : 22% : 16% : 1% : 10% : 31% : 37% : 18% : 4% ge40 : 51 % premeno : 49% : 33% : 45% : 6% : 16% : 100% : 1% : 10.8% : 32% : 37% : 15% : 5% ge40 : 67% 0-4 : 2% 5-9 : 2% : 27% : 47% : 22% 3-5 : 2% 9-11 : 2% : 27% : 47% : 22% : 1% : 10% : 32% : 37% : 15% : 4% lt40 : 5% ge40 : 67% premeno : 28% : 18% : 38% : 44% : 18% : 38% : 44% : 1% : 30% : 69% : 29% : 37% : 19% premeno : 90% : 9% : 31% : 28% : 29% : 3% : 9% : 31% : 28% : 29% : 3% Node_caps No : 87% No : 70% No : 93% No : 68% No : 80% 1 : 30% 1 : 18% 1 : 41% 1 : 24% 1 : 22% Degree_mali 2 : 43% 2 : 45% 2 : 44% 2 : 38% 2 : 46% gnant 3 : 27% 3 : 37% 3 : 15% 3 : 38% 3 : 32% Breast Right : 57% Breast Quadrant Left_up:67% Right_up:23% Right_:13% Right :55% Left : 45 % Left_up:41% Left_:41% Right_up:18% Left : 64% Left : 57 % Left : 54 % Left_up:46% Left_:37% Right_up:10% Right_:7% Left_up:37% Left_:43% Right_up:11% Right_:9% Left_up:36% Left_:39% Right_up:14% Right_:11% Irradiate No : 100% No : 67% No : 88% No : 75% No : 74% The analysis of the above table leads to the interpretation of the foling information. In cluster 1 the attributes that are measurable are age [50-59], menopause premeno, tumor size [20-24], Inv node [33-35], Node caps No, Degree of malignant 2, Breast Quadrant Left up, Irradiate No. 88

11 In cluster 2 the attributes that are distinguishable are age [50-59], menopause ge40, tumor size [40-49], Inv node [36-39], Node caps No, Degree of malignant 2, Right Breast, Breast Quadrant Left Low and Left Up, Irradiate No. In cluster 3 the attributes that are key in the formation are age [50-59], menopause ge40, tumor size [15-19], Inv node [18-20], Node caps No, Degree of malignant 2, Left Breast, Breast Quadrant Left up, Irradiate No. In cluster 4 the attributes that are central are age [50-59], menopause ge40, tumor size [30-34], Inv node [33-35], Node caps No, Degree of malignant 2 and 3, Left Breast, Breast Quadrant Left Low, Irradiate No. In cluster 5 the attributes that are essential are age [40-49], menopause premeno, tumor size [20-24], Inv node [24-26], Node caps No, Degree of malignant 2, Left Breast, Breast Quadrant Left Low, Irradiate No. The analysis testifies that the occurrence of cancer depends on the attributes of age [40-59], menopause with the value being either ge40 or premeno, breast quadrant being left, degree of malignant being 2 and irradiate being No. 89

12 Table 7.5 Common Data Analysis for Fuzzy K means and Fuzzy C means Algorithms Attribute Name Age Menopause Tumor_size Inv-nodes Node_caps Degree_malig nant Breast Breast Quadrant Irradiate Percentage of common data present in each attribute Cluster 1 Cluster 2 Cluster 3 Cluster 4 Cluster % % 32% 3% % 43 % % 37% 32% % % 58% 67% 40% % % % % % 10% % 36% % 15% % 67% ge40 51 % lt40 5% premeno 53% ge40 67% ge40 67% premeno 90% premeno 49% premeno 28% % % % 0-4 2% % 4% % % 2% % 5-9 2% % % 57% % % % 11% % 10% % % % 8% % 23% 3-5 2% % 3-5 4% % % % 10% % % 2% % 57% % % % 11% % 2% % % % No 97% 87% No 70% No 93% no 68% No 80% 1 37% 30% 1 18% 1 41% 1 24% 1 22% 2 53% 43% 2 45% 2 44% 2 38% 2 46% 3 10% 27% 3 37% 3 15% 3 38% 3 32% Right 55 % Left 45% Left 64% left 57% left 54% left_up up No 67% 7% 7% 23% left_ 16% 13% up 87% 100% left_up 41% 41% 18% left_up left_ up 46% 37% 10% 7% left_up 37% left_up 36% left_ up 43% 11% 9% left_ up No 67% No 88% no 75% No 74% 39% 14% 11% 90

13 The analysis shows that for a few attributes the percentage of occurrence varies in different clusters. The attributes that take part in the determination of cancer are age [40-49] [50-59], menopause with value being premeno, node-caps being no, degree of malignancy being 2, breast quadrant being left_up and irradiate being no CONCLUSION Fuzzy Association Rule Mining only works on quantifiable data that are given in different ranges. To implement fuzzy logic in association rule mining clustering has to be applied first and later association rule mining. The analysis shows that the occurrences of cancer depend on the attributes of age and degree of malignant. Applying Fuzzy logic on both Association Rule Mining and Clustering techniques on this data set shows that attribute age [40-99] plays a major role in generating the rules and forming clusters. The analysis shows that for a few attributes the percentage of occurrence varies in different clusters. The attributes that take part in the determination of cancer are age [40-49][50-59], menopause with value being premeno, node-caps being no, degree of malignancy being 2, breast quadrant being left_up and irradiate being no. FARM algorithm works for quantifiable data and not textual data. Although the primary causes of cancer are not yet known, there are a number of risk factors that have been identified and can therefore be fixed to particular classes. Generally, tumors can be malignant (cancerous) or benign (non-cancerous). In most cases, malignant tumors have rapid growth that often results in the destruction of normal tissues and their eventual spread to all parts of the body. The experiment results in the findings that age, menopause and degree of malignancy are some of the reasons for breast cancer. 91

Artificial Intelligence For Homeopathic Remedy Selection

Artificial Intelligence For Homeopathic Remedy Selection Artificial Intelligence For Homeopathic Remedy Selection A. R. Pawar, amrut.pawar@yahoo.co.in, S. N. Kini, snkini@gmail.com, M. R. More mangeshmore88@gmail.com Department of Computer Science and Engineering,

More information

Comparison of Mamdani and Sugeno Fuzzy Interference Systems for the Breast Cancer Risk

Comparison of Mamdani and Sugeno Fuzzy Interference Systems for the Breast Cancer Risk Comparison of Mamdani and Sugeno Fuzzy Interference Systems for the Breast Cancer Risk Alshalaa A. Shleeg, Issmail M. Ellabib Abstract Breast cancer is a major health burden worldwide being a major cause

More information

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 *

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Department of CSE, Kurukshetra University, India 1 upasana_jdkps@yahoo.com Abstract : The aim of this

More information

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient , ISSN (Print) : 319-8613 Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient M. Mayilvaganan # 1 R. Deepa * # Associate

More information

Fuzzy logic in computer-aided breast cancer diagnosis: analysis of lobulation 1

Fuzzy logic in computer-aided breast cancer diagnosis: analysis of lobulation 1 Artificial Intelligence in Medicine 11 (1997) 75 85 Fuzzy logic in computer-aided breast cancer diagnosis: analysis of lobulation 1 Boris Kovalerchuk a,b, Evangelos Triantaphyllou a,b, *, James F. Ruiz

More information

CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION

CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION 9 CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION 2.1 INTRODUCTION This chapter provides an introduction to mammogram and a description of the computer aided detection methods of mammography. This discussion

More information

A Fuzzy Expert System for Heart Disease Diagnosis

A Fuzzy Expert System for Heart Disease Diagnosis A Fuzzy Expert System for Heart Disease Diagnosis Ali.Adeli, Mehdi.Neshat Abstract The aim of this study is to design a Fuzzy Expert System for heart disease diagnosis. The designed system based on the

More information

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Thomas E. Rothenfluh 1, Karl Bögl 2, and Klaus-Peter Adlassnig 2 1 Department of Psychology University of Zurich, Zürichbergstraße

More information

Fuzzy Analysis of Breast Cancer Disease using Fuzzy c-means and Pattern Recognition

Fuzzy Analysis of Breast Cancer Disease using Fuzzy c-means and Pattern Recognition SOUTHEAST EUROPE JOURNAL OF SOFT COMPUTING Available online at www.scjournal.com.ba Fuzzy Analysis of Breast Cancer Disease using Fuzzy c-means and Pattern Recognition Indira Muhic International University

More information

Type II Fuzzy Possibilistic C-Mean Clustering

Type II Fuzzy Possibilistic C-Mean Clustering IFSA-EUSFLAT Type II Fuzzy Possibilistic C-Mean Clustering M.H. Fazel Zarandi, M. Zarinbal, I.B. Turksen, Department of Industrial Engineering, Amirkabir University of Technology, P.O. Box -, Tehran, Iran

More information

NAÏVE BAYES CLASSIFIER AND FUZZY LOGIC SYSTEM FOR COMPUTER AIDED DETECTION AND CLASSIFICATION OF MAMMAMOGRAPHIC ABNORMALITIES

NAÏVE BAYES CLASSIFIER AND FUZZY LOGIC SYSTEM FOR COMPUTER AIDED DETECTION AND CLASSIFICATION OF MAMMAMOGRAPHIC ABNORMALITIES NAÏVE BAYES CLASSIFIER AND FUZZY LOGIC SYSTEM FOR COMPUTER AIDED DETECTION AND CLASSIFICATION OF MAMMAMOGRAPHIC ABNORMALITIES 1 MARJUN S. SEQUERA, 2 SHERWIN A. GUIRNALDO, 3 ISIDRO D. PERMITES JR. 1 Faculty,

More information

Visual book review 1 Safe and Sound, AI in hazardous applications by John Fox and Subrata Das

Visual book review 1 Safe and Sound, AI in hazardous applications by John Fox and Subrata Das Visual book review 1 Safe and Sound, AI in hazardous applications by John Fox and Subrata Das Boris Kovalerchuk Dept. of Computer Science Central Washington University, Ellensburg, WA 98926-7520 borisk@cwu.edu

More information

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. I (Sept - Oct. 2016), PP 20-24 www.iosrjournals.org Segmentation of Tumor Region from Brain

More information

Threshold Based Segmentation Technique for Mass Detection in Mammography

Threshold Based Segmentation Technique for Mass Detection in Mammography Threshold Based Segmentation Technique for Mass Detection in Mammography Aziz Makandar *, Bhagirathi Halalli Department of Computer Science, Karnataka State Women s University, Vijayapura, Karnataka, India.

More information

Diagnosis Of the Diabetes Mellitus disease with Fuzzy Inference System Mamdani

Diagnosis Of the Diabetes Mellitus disease with Fuzzy Inference System Mamdani Diagnosis Of the Diabetes Mellitus disease with Fuzzy Inference System Mamdani Za imatun Niswati, Aulia Paramita and Fanisya Alva Mustika Technical Information, Indraprasta PGRI University E-mail : zaimatunnis@gmail.com,

More information

Fever Diagnosis Rule-Based Expert Systems

Fever Diagnosis Rule-Based Expert Systems Fever Diagnosis Rule-Based Expert Systems S. Govinda Rao M. Eswara Rao D. Siva Prasad Dept. of CSE Dept. of CSE Dept. of CSE TP inst. Of Science & Tech., TP inst. Of Science & Tech., Rajah RSRKRR College

More information

Performance of ART1 Network in the Detection of Breast Cancer

Performance of ART1 Network in the Detection of Breast Cancer 2012 2nd International Conference on Computer Design and Engineering (ICCDE 2012) IPCSIT vol. 49 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V49.19 Performance of ART1 Network in the

More information

Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier

Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier R.Pavitha 1, Ms T.Joyce Selva Hephzibah M.Tech. 2 PG Scholar, Department of ECE, Indus College of Engineering,

More information

CISC453 Winter Probabilistic Reasoning Part B: AIMA3e Ch

CISC453 Winter Probabilistic Reasoning Part B: AIMA3e Ch CISC453 Winter 2010 Probabilistic Reasoning Part B: AIMA3e Ch 14.5-14.8 Overview 2 a roundup of approaches from AIMA3e 14.5-14.8 14.5 a survey of approximate methods alternatives to the direct computing

More information

Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital Mammograms using Neural Network

Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital Mammograms using Neural Network IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 11 May 2015 ISSN (online): 2349-784X Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital

More information

Predicting Heart Attack using Fuzzy C Means Clustering Algorithm

Predicting Heart Attack using Fuzzy C Means Clustering Algorithm Predicting Heart Attack using Fuzzy C Means Clustering Algorithm Dr. G. Rasitha Banu MCA., M.Phil., Ph.D., Assistant Professor,Dept of HIM&HIT,Jazan University, Jazan, Saudi Arabia. J.H.BOUSAL JAMALA MCA.,M.Phil.,

More information

A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF THE FEATURE EXTRACTION MODELS. Aeronautical Engineering. Hyderabad. India.

A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF THE FEATURE EXTRACTION MODELS. Aeronautical Engineering. Hyderabad. India. Volume 116 No. 21 2017, 203-208 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF

More information

Early Detection of Lung Cancer

Early Detection of Lung Cancer Early Detection of Lung Cancer Aswathy N Iyer Dept Of Electronics And Communication Engineering Lymie Jose Dept Of Electronics And Communication Engineering Anumol Thomas Dept Of Electronics And Communication

More information

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION 1 R.NITHYA, 2 B.SANTHI 1 Asstt Prof., School of Computing, SASTRA University, Thanjavur, Tamilnadu, India-613402 2 Prof.,

More information

Detection of Tumor in Mammogram Images using Extended Local Minima Threshold

Detection of Tumor in Mammogram Images using Extended Local Minima Threshold Detection of Tumor in Mammogram Images using Extended Local Minima Threshold P. Natarajan #1, Debsmita Ghosh #2, Kenkre Natasha Sandeep #2, Sabiha Jilani #2 #1 Assistant Professor (Senior), School of Computing

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System T.Manikandan 1, Dr. N. Bharathi 2 1 Associate Professor, Rajalakshmi Engineering College, Chennai-602 105 2 Professor, Velammal Engineering

More information

Available online at ScienceDirect. Procedia Computer Science 93 (2016 )

Available online at  ScienceDirect. Procedia Computer Science 93 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 93 (2016 ) 431 438 6th International Conference On Advances In Computing & Communications, ICACC 2016, 6-8 September 2016,

More information

Artificial Intelligence for Interactive Media and Games IMGD 400X (B 08) 1. Background and Motivation

Artificial Intelligence for Interactive Media and Games IMGD 400X (B 08) 1. Background and Motivation Fuzzy Logic Artificial Intelligence for Interactive Media and Games Professor Charles Rich Computer Science Department rich@wpi.edu [Based on Buckland, Chapter 10] IMGD 400X (B 08) 1 Outline Background

More information

Detection of Heart Diseases using Fuzzy Logic

Detection of Heart Diseases using Fuzzy Logic Detection of Heart Diseases using Fuzzy Logic Sanjeev Kumar #1, Gursimranjeet Kaur *2 # Asocc. Prof., Department of EC, Punjab Technical Universityy ACET, Amritsar, Punjab India Abstract Nowadays the use

More information

Artificially Intelligent Primary Medical Aid for Patients Residing in Remote areas using Fuzzy Logic

Artificially Intelligent Primary Medical Aid for Patients Residing in Remote areas using Fuzzy Logic Artificially Intelligent Primary Medical Aid for Patients Residing in Remote areas using Fuzzy Logic Ravinkal Kaur 1, Virat Rehani 2 1M.tech Student, Dept. of CSE, CT Institute of Technology & Research,

More information

Support system for breast cancer treatment

Support system for breast cancer treatment Support system for breast cancer treatment SNEZANA ADZEMOVIC Civil Hospital of Cacak, Cara Lazara bb, 32000 Cacak, SERBIA Abstract:-The aim of this paper is to seek out optimal relation between diagnostic

More information

Chapter 2. Knowledge Representation: Reasoning, Issues, and Acquisition. Teaching Notes

Chapter 2. Knowledge Representation: Reasoning, Issues, and Acquisition. Teaching Notes Chapter 2 Knowledge Representation: Reasoning, Issues, and Acquisition Teaching Notes This chapter explains how knowledge is represented in artificial intelligence. The topic may be launched by introducing

More information

A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING TO DETECT MEAN AND/OR VARIANCE SHIFTS IN A PROCESS. Received August 2010; revised February 2011

A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING TO DETECT MEAN AND/OR VARIANCE SHIFTS IN A PROCESS. Received August 2010; revised February 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2011 ISSN 1349-4198 Volume 7, Number 12, December 2011 pp. 6935 6948 A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING

More information

Artificial Intelligence in Breast Imaging

Artificial Intelligence in Breast Imaging Artificial Intelligence in Breast Imaging Manisha Bahl, MD, MPH Director of Breast Imaging Fellowship Program, Massachusetts General Hospital Assistant Professor of Radiology, Harvard Medical School Outline

More information

Study of Diet Recommendation System based on Fuzzy Logic and Ontology

Study of Diet Recommendation System based on Fuzzy Logic and Ontology Study of Recommendation System based on Fuzzy Logic and Shital V. Chavan Department of Computer Engineering Pimpri Chinchwad College of Engineering Pune-44 S.S. Sambare Department of Computer Engineering

More information

Fuzzy Logic 12/6/11. Outline. Motivation. Motivation

Fuzzy Logic 12/6/11. Outline. Motivation. Motivation Outline Fuzzy Logic Artificial Intelligence for Interactive Media and Games Professor Charles Rich Computer Science Department rich@wpi.edu [Based on Buckland, Chapter 10] IMGD 4100 (B 11) 1 Background

More information

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-3307 Data Mining Techniques to Predict Cancer Diseases

More information

A Review on Fuzzy Rule-Base Expert System Diagnostic the Psychological Disorder

A Review on Fuzzy Rule-Base Expert System Diagnostic the Psychological Disorder Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Intelligent Advisory System for Screening Mammography

Intelligent Advisory System for Screening Mammography IMTC 2004 Instrumentation and Measurement Technology Conference Como, Italy, 18-20 May 2004 Intelligent Advisory System for Screening Mammography Gábor Horváth, József Valyon, György Strausz, Béla Pataki,

More information

A Fuzzy Expert System Design for Diagnosis of Prostate Cancer

A Fuzzy Expert System Design for Diagnosis of Prostate Cancer A Fuzzy Expert System Design for Diagnosis of Prostate Cancer Ismail SARITAS, Novruz ALLAHVERDI and Ibrahim Unal SERT Abstract: In this study a fuzzy expert system design for diagnosing, analyzing and

More information

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier. Biomedical Research 2016; Special Issue: S310-S313 ISSN 0970-938X www.biomedres.info Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

More information

Dharmesh A Sarvaiya 1, Prof. Mehul Barot 2

Dharmesh A Sarvaiya 1, Prof. Mehul Barot 2 Detection of Lung Cancer using Sputum Image Segmentation. Dharmesh A Sarvaiya 1, Prof. Mehul Barot 2 1,2 Department of Computer Engineering, L.D.R.P Institute of Technology & Research, KSV University,

More information

BREAST CANCER EARLY DETECTION USING X RAY IMAGES

BREAST CANCER EARLY DETECTION USING X RAY IMAGES Volume 119 No. 15 2018, 399-405 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ BREAST CANCER EARLY DETECTION USING X RAY IMAGES Kalaichelvi.K 1,Aarthi.R

More information

Fuzzy-Neural Computing Systems: Recent Developments and Future Directions

Fuzzy-Neural Computing Systems: Recent Developments and Future Directions Fuzzy-Neural Computing Systems: Recent Developments and Future Directions Madan M. Gupta Intelligent Systems Research Laboratory College of Engineering University of Saskatchewan Saskatoon, Sask. Canada,

More information

Clinical Examples as Non-uniform Learning and Testing Sets

Clinical Examples as Non-uniform Learning and Testing Sets Clinical Examples as Non-uniform Learning and Testing Sets Piotr Augustyniak AGH University of Science and Technology, 3 Mickiewicza Ave. 3-9 Krakow, Poland august@agh.edu.pl Abstract. Clinical examples

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017 RESEARCH ARTICLE Classification of Cancer Dataset in Data Mining Algorithms Using R Tool P.Dhivyapriya [1], Dr.S.Sivakumar [2] Research Scholar [1], Assistant professor [2] Department of Computer Science

More information

Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients

Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients Abstract Prognosis for stage IV (metastatic) breast cancer is difficult for clinicians to predict. This study examines the

More information

Fuzzy Expert System Design for Medical Diagnosis

Fuzzy Expert System Design for Medical Diagnosis Second International Conference Modelling and Development of Intelligent Systems Sibiu - Romania, September 29 - October 02, 2011 Man Diana Ofelia Abstract In recent years, the methods of artificial intelligence

More information

Effective Diagnosis of Alzheimer s Disease by means of Association Rules

Effective Diagnosis of Alzheimer s Disease by means of Association Rules Effective Diagnosis of Alzheimer s Disease by means of Association Rules Rosa Chaves (rosach@ugr.es) J. Ramírez, J.M. Górriz, M. López, D. Salas-Gonzalez, I. Illán, F. Segovia, P. Padilla Dpt. Theory of

More information

A Scoring Policy for Simulated Soccer Agents Using Reinforcement Learning

A Scoring Policy for Simulated Soccer Agents Using Reinforcement Learning A Scoring Policy for Simulated Soccer Agents Using Reinforcement Learning Azam Rabiee Computer Science and Engineering Isfahan University, Isfahan, Iran azamrabiei@yahoo.com Nasser Ghasem-Aghaee Computer

More information

Classification of Mammograms using Gray-level Co-occurrence Matrix and Support Vector Machine Classifier

Classification of Mammograms using Gray-level Co-occurrence Matrix and Support Vector Machine Classifier Classification of Mammograms using Gray-level Co-occurrence Matrix and Support Vector Machine Classifier P.Samyuktha,Vasavi College of engineering,cse dept. D.Sriharsha, IDD, Comp. Sc. & Engg., IIT (BHU),

More information

Fuzzy Logic Based Expert System for Detecting Colorectal Cancer

Fuzzy Logic Based Expert System for Detecting Colorectal Cancer Fuzzy Logic Based Expert System for Detecting Colorectal Cancer Tanjia Chowdhury Lecturer, Dept. of Computer Science and Engineering, Southern University Bangladesh, Chittagong, Bangladesh ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

Estimation of Breast Density and Feature Extraction of Mammographic Images

Estimation of Breast Density and Feature Extraction of Mammographic Images IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Estimation of Breast Density and Feature Extraction of Mammographic Images

More information

The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms

The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms Angayarkanni.N 1, Kumar.D 2 and Arunachalam.G 3 1 Research Scholar Department of

More information

Developing a Fuzzy Database System for Heart Disease Diagnosis

Developing a Fuzzy Database System for Heart Disease Diagnosis Developing a Fuzzy Database System for Heart Disease Diagnosis College of Information Technology Jenan Moosa Hasan Databases are Everywhere! Linguistic Terms V a g u e Hazy Nebulous Unclear Enigmatic Uncertain

More information

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 Abstract MedFrame provides a medical institution with a set of software tools for developing

More information

Question 1 Multiple Choice (8 marks)

Question 1 Multiple Choice (8 marks) Philadelphia University Student Name: Faculty of Engineering Student Number: Dept. of Computer Engineering First Exam, First Semester: 2015/2016 Course Title: Neural Networks and Fuzzy Logic Date: 19/11/2015

More information

Evaluation of breast cancer risk by using fuzzy logic

Evaluation of breast cancer risk by using fuzzy logic Evaluation of breast cancer risk by using fuzzy logic M. Caramihai*, I. Severin*, A. Blidaru**, H. Balan***, C. Saptefrati** *POLITEHNICA University, Sp. Independentei, 313 Bucharest, ROMANIA m.caramihai@ieee.org,

More information

Prediction of Malignant and Benign Tumor using Machine Learning

Prediction of Malignant and Benign Tumor using Machine Learning Prediction of Malignant and Benign Tumor using Machine Learning Ashish Shah Department of Computer Science and Engineering Manipal Institute of Technology, Manipal University, Manipal, Karnataka, India

More information

PREDICTING SURVIVAL OF BREAST CANCER PATIENTS USING FUZZY RULE BASED SYSTEM

PREDICTING SURVIVAL OF BREAST CANCER PATIENTS USING FUZZY RULE BASED SYSTEM PREDICTING SURVIVAL OF BREAST CANCER PATIENTS USING FUZZY RULE BASED SYSTEM Nivetha S. 1, Samundeeswari E.S. 2 1 Research Scholar, Department of Computer Science, Vellalar College for Women Tamilnadu,

More information

Session 4: Test instruments to assess interpretive performance challenges and opportunities Overview of Test Set Design and Use

Session 4: Test instruments to assess interpretive performance challenges and opportunities Overview of Test Set Design and Use Session 4: Test instruments to assess interpretive performance challenges and opportunities Overview of Test Set Design and Use Robert A. Smith, PhD American Cancer Society Test Sets vs. Audits Benefits

More information

Human Immunodeficiency Virus (HIV) Diagnosis Using Neuro-Fuzzy Expert System

Human Immunodeficiency Virus (HIV) Diagnosis Using Neuro-Fuzzy Expert System ORIENTAL JOURNAL OF COMPUTER SCIENCE & TECHNOLOGY An International Open Free Access, Peer Reviewed Research Journal Published By: Oriental Scientific Publishing Co., India. www.computerscijournal.org ISSN:

More information

Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems

Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems Yingping Huang *, David Antory, R. Peter Jones, Craig Groom, Ross McMurran, Peter Earp and Francis Mckinney International

More information

A novel and automatic pectoral muscle identification algorithm for mediolateral oblique (MLO) view mammograms using ImageJ

A novel and automatic pectoral muscle identification algorithm for mediolateral oblique (MLO) view mammograms using ImageJ A novel and automatic pectoral muscle identification algorithm for mediolateral oblique (MLO) view mammograms using ImageJ Chao Wang Wolfson Institute of Preventive Medicine Queen Mary University of London

More information

Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation

Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation U. Baid 1, S. Talbar 2 and S. Talbar 1 1 Department of E&TC Engineering, Shri Guru Gobind Singhji

More information

Expert System Profile

Expert System Profile Expert System Profile GENERAL Domain: Medical Main General Function: Diagnosis System Name: INTERNIST-I/ CADUCEUS (or INTERNIST-II) Dates: 1970 s 1980 s Researchers: Ph.D. Harry Pople, M.D. Jack D. Myers

More information

LUNG CANCER continues to rank as the leading cause

LUNG CANCER continues to rank as the leading cause 1138 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 24, NO. 9, SEPTEMBER 2005 Computer-Aided Diagnostic Scheme for Distinction Between Benign and Malignant Nodules in Thoracic Low-Dose CT by Use of Massive

More information

Brain Tumor Detection of MRI Image using Level Set Segmentation and Morphological Operations

Brain Tumor Detection of MRI Image using Level Set Segmentation and Morphological Operations Brain Tumor Detection of MRI Image using Level Set Segmentation and Morphological Operations Swati Dubey Lakhwinder Kaur Abstract In medical image investigation, one of the essential problems is segmentation

More information

EXTENDING ASSOCIATION RULE CHARACTERIZATION TECHNIQUES TO ASSESS THE RISK OF DIABETES MELLITUS

EXTENDING ASSOCIATION RULE CHARACTERIZATION TECHNIQUES TO ASSESS THE RISK OF DIABETES MELLITUS EXTENDING ASSOCIATION RULE CHARACTERIZATION TECHNIQUES TO ASSESS THE RISK OF DIABETES MELLITUS M.Lavanya 1, Mrs.P.M.Gomathi 2 Research Scholar, Head of the Department, P.K.R. College for Women, Gobi. Abstract

More information

A FUZZY LOGIC BASED CLASSIFICATION TECHNIQUE FOR CLINICAL DATASETS

A FUZZY LOGIC BASED CLASSIFICATION TECHNIQUE FOR CLINICAL DATASETS A FUZZY LOGIC BASED CLASSIFICATION TECHNIQUE FOR CLINICAL DATASETS H. Keerthi, BE-CSE Final year, IFET College of Engineering, Villupuram R. Vimala, Assistant Professor, IFET College of Engineering, Villupuram

More information

The Handling of Disjunctive Fuzzy Information via Neural Network Approach

The Handling of Disjunctive Fuzzy Information via Neural Network Approach From: AAAI Technical Report FS-97-04. Compilation copyright 1997, AAAI (www.aaai.org). All rights reserved. The Handling of Disjunctive Fuzzy Information via Neural Network Approach Hahn-Ming Lee, Kuo-Hsiu

More information

Automated Approach for Qualitative Assessment of Breast Density and Lesion Feature Extraction for Early Detection of Breast Cancer

Automated Approach for Qualitative Assessment of Breast Density and Lesion Feature Extraction for Early Detection of Breast Cancer Automated Approach for Qualitative Assessment of Breast Density and Lesion Feature Extraction for Early Detection of Breast Cancer 1 Spandana Paramkusham, 2 K. M. M. Rao, 3 B. V. V. S. N. Prabhakar Rao

More information

Analysis of Mammograms Using Texture Segmentation

Analysis of Mammograms Using Texture Segmentation Analysis of Mammograms Using Texture Segmentation Joel Quintanilla-Domínguez 1, Jose Miguel Barrón-Adame 1, Jose Antonio Gordillo-Sosa 1, Jose Merced Lozano-Garcia 2, Hector Estrada-García 2, Rafael Guzmán-Cabrera

More information

A NOVEL VARIABLE SELECTION METHOD BASED ON FREQUENT PATTERN TREE FOR REAL-TIME TRAFFIC ACCIDENT RISK PREDICTION

A NOVEL VARIABLE SELECTION METHOD BASED ON FREQUENT PATTERN TREE FOR REAL-TIME TRAFFIC ACCIDENT RISK PREDICTION OPT-i An International Conference on Engineering and Applied Sciences Optimization M. Papadrakakis, M.G. Karlaftis, N.D. Lagaros (eds.) Kos Island, Greece, 4-6 June 2014 A NOVEL VARIABLE SELECTION METHOD

More information

FUZZY LOGIC AND FUZZY SYSTEMS: RECENT DEVELOPMENTS AND FUTURE DIWCTIONS

FUZZY LOGIC AND FUZZY SYSTEMS: RECENT DEVELOPMENTS AND FUTURE DIWCTIONS FUZZY LOGIC AND FUZZY SYSTEMS: RECENT DEVELOPMENTS AND FUTURE DIWCTIONS Madan M. Gupta Intelligent Systems Research Laboratory College of Engineering University of Saskatchewan Saskatoon, Sask. Canada,

More information

EEL-5840 Elements of {Artificial} Machine Intelligence

EEL-5840 Elements of {Artificial} Machine Intelligence Menu Introduction Syllabus Grading: Last 2 Yrs Class Average 3.55; {3.7 Fall 2012 w/24 students & 3.45 Fall 2013} General Comments Copyright Dr. A. Antonio Arroyo Page 2 vs. Artificial Intelligence? DEF:

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories

Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories Andreadis I., Nikita K. Department of Electrical and Computer Engineering National Technical University of

More information

Primary Level Classification of Brain Tumor using PCA and PNN

Primary Level Classification of Brain Tumor using PCA and PNN Primary Level Classification of Brain Tumor using PCA and PNN Dr. Mrs. K.V.Kulhalli Department of Information Technology, D.Y.Patil Coll. of Engg. And Tech. Kolhapur,Maharashtra,India kvkulhalli@gmail.com

More information

CHAPTER 4 ANFIS BASED TOTAL DEMAND DISTORTION FACTOR

CHAPTER 4 ANFIS BASED TOTAL DEMAND DISTORTION FACTOR 47 CHAPTER 4 ANFIS BASED TOTAL DEMAND DISTORTION FACTOR In distribution systems, the current harmonic distortion should be limited to an acceptable limit to avoid heating, losses and malfunctioning of

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Lung Tumour Detection by Applying Watershed Method

Lung Tumour Detection by Applying Watershed Method International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 5 (2017), pp. 955-964 Research India Publications http://www.ripublication.com Lung Tumour Detection by Applying

More information

Designing a Personalised Case-Based Recommender System for Mobile Self-Management of Diabetes During Exercise

Designing a Personalised Case-Based Recommender System for Mobile Self-Management of Diabetes During Exercise Designing a Personalised Case-Based Recommender System for Mobile Self-Management of Diabetes During Exercise Yoke Yie Chen 1, Nirmalie Wiratunga 1, Stewart Massie 1, Jenny Hall 2, Kate Stephen 2, Amanda

More information

An efficient method for Segmentation and Detection of Brain Tumor in MRI images

An efficient method for Segmentation and Detection of Brain Tumor in MRI images An efficient method for Segmentation and Detection of Brain Tumor in MRI images Shubhangi S. Veer (Handore) 1, Dr. P.M. Patil 2 1 Research Scholar, Ph.D student, JJTU, Rajasthan,India 2 Jt. Director, Trinity

More information

What can we contribute to cancer research and treatment from Computer Science or Mathematics? How do we adapt our expertise for them

What can we contribute to cancer research and treatment from Computer Science or Mathematics? How do we adapt our expertise for them From Bioinformatics to Health Information Technology Outline What can we contribute to cancer research and treatment from Computer Science or Mathematics? How do we adapt our expertise for them Introduction

More information

CHAPTER 3 - DATA MING TECHNIQUES FOR MEDICAL IMAGE PROCESSING

CHAPTER 3 - DATA MING TECHNIQUES FOR MEDICAL IMAGE PROCESSING . CHAPTER 3 - DATA MING TECHNIQUES FOR MEDICAL IMAGE PROCESSING 3.1 INTRODUCTION The techniques of image processing are most important to understand and determine the symptoms of the physical nature, circulation

More information

Type-2 fuzzy control of a fed-batch fermentation reactor

Type-2 fuzzy control of a fed-batch fermentation reactor 20 th European Symposium on Computer Aided Process Engineering ESCAPE20 S. Pierucci and G. Buzzi Ferraris (Editors) 2010 Elsevier B.V. All rights reserved. Type-2 fuzzy control of a fed-batch fermentation

More information

ON EXTRACTION OF NUTRITIONAL PATTERNS (NPS) USING FUZZY ASSOCIATION RULE MINING

ON EXTRACTION OF NUTRITIONAL PATTERNS (NPS) USING FUZZY ASSOCIATION RULE MINING ON EXTRACTION OF NUTRITIONAL PATTERNS (NPS) USING FUZZY ASSOCIATION RULE MINING M. Sulaiman Khan 1,, Maybin Muyeba 1, Frans Coenen 1 Liverpool Hope University, School of Computing, Liverpool, UK University

More information

A prediction model for type 2 diabetes using adaptive neuro-fuzzy interface system.

A prediction model for type 2 diabetes using adaptive neuro-fuzzy interface system. Biomedical Research 208; Special Issue: S69-S74 ISSN 0970-938X www.biomedres.info A prediction model for type 2 diabetes using adaptive neuro-fuzzy interface system. S Alby *, BL Shivakumar 2 Research

More information

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Ritu Verma, Sujeet Tiwari, Naazish Rahim Abstract Tumor is a deformity in human body cells which, if not detected and treated,

More information

The Analysis of 2 K Contingency Tables with Different Statistical Approaches

The Analysis of 2 K Contingency Tables with Different Statistical Approaches The Analysis of 2 K Contingency Tables with Different tatistical Approaches Hassan alah M. Thebes Higher Institute for Management and Information Technology drhassn_242@yahoo.com Abstract The main objective

More information

THE FUTURE HEALTH CARE SYSTEMS The case of Cardiovascular Medicine

THE FUTURE HEALTH CARE SYSTEMS The case of Cardiovascular Medicine THE FUTURE HEALTH CARE SYSTEMS The case of Cardiovascular Medicine Prof. Panos Ε. Vardas ESC Past President ESC/EHA Chief Strategy Advisor, BRUSSELS Disclosures Nothing to declare related to this presentation,

More information

Look differently. Invenia ABUS. Automated Breast Ultrasound

Look differently. Invenia ABUS. Automated Breast Ultrasound Look differently. Invenia ABUS Automated Breast Ultrasound InveniaTM ABUS from GE Healthcare offers a view beyond mammography, with breast screening technology that looks differently. 40 % The unseen risk.

More information

ROUGH SETS APPLICATION FOR STUDENTS CLASSIFICATION BASED ON PERCEPTUAL DATA

ROUGH SETS APPLICATION FOR STUDENTS CLASSIFICATION BASED ON PERCEPTUAL DATA ROUGH SETS APPLICATION FOR STUDENTS CLASSIFICATION BASED ON PERCEPTUAL DATA Asheesh Kumar*, Naresh Rameshrao Pimplikar*, Apurva Mohan Gupta* VIT University Vellore -14 India Abstract - Now days, Artificial

More information

Neural Network Based Technique to Locate and Classify Microcalcifications in Digital Mammograms

Neural Network Based Technique to Locate and Classify Microcalcifications in Digital Mammograms Neural Network Based Technique to Locate and Classify Microcalcifications in Digital Mammograms Author Verma, Brijesh Published 1998 Conference Title 1998 IEEE World Congress on Computational Intelligence

More information

Computer aided detection of clusters of microcalcifications on full field digital mammograms

Computer aided detection of clusters of microcalcifications on full field digital mammograms Computer aided detection of clusters of microcalcifications on full field digital mammograms Jun Ge, a Berkman Sahiner, Lubomir M. Hadjiiski, Heang-Ping Chan, Jun Wei, Mark A. Helvie, and Chuan Zhou Department

More information

FUZZY INFERENCE SYSTEM FOR NOISE POLLUTION AND HEALTH EFFECTS IN MINE SITE

FUZZY INFERENCE SYSTEM FOR NOISE POLLUTION AND HEALTH EFFECTS IN MINE SITE FUZZY INFERENCE SYSTEM FOR NOISE POLLUTION AND HEALTH EFFECTS IN MINE SITE Priyanka P Shivdev 1, Nagarajappa.D.P 2, Lokeshappa.B 3 and Ashok Kusagur 4 Abstract: Environmental noise of workplace always

More information

Fuzzy Decision Tree FID

Fuzzy Decision Tree FID Fuzzy Decision Tree FID Cezary Z. Janikow Krzysztof Kawa Math & Computer Science Department Math & Computer Science Department University of Missouri St. Louis University of Missouri St. Louis St. Louis,

More information