You are on page 1of 5

MEDICAL KIDNEY IMAGES DIAGNOSIS USING ASSOCIATION RULE BASED NEURAL NETWORK

K.CHELLADURAI M.GANESAN M.GOWTHAM PRABU - 91008132021 - 91008132029 - 91008132032 Of P.S.N.A COLLEGE OF ENGINEERING AND TECHNOLOGY DINDIGUL-624 622 A PROJECT REPORT Submitted to the FACULTY OF COMPUTER SCIENCE AND ENGINEERING In partial fulfillment of the requirement for the award of the degree

BACHELOR OF ENGINEERING IN COMPUTER SCIENCE & ENGINEERING

ABSTRACT

The objective of this work is to develop an automatic diagnosis system for detecting kidney diseases based on association rules and Neural Network. The proposed method distinguishes three categories - normal, medical renal disease and cortical cyst. For each segmented kidney images 20 features are extracted. Association Rule is used for reducing the number of features and Neural Network is used for the classification of kidney images. Apriori algorithm is used for association mining which reduces the features. Neural network classifies the kidney images as normal, medical renal or cortical cyst. The Artificial Rule and Neural Network model is used to obtain the fast automatic diagnostic system.

ACKNOWLEDGEMENT

I would like to express my sincere thanks to our management for providing me various formalities needed for successful completion of my project work.

I express my sincere thanks to our beloved Principal Dr. S. Sakthivel B.E.,MBA., Ph.D., for permitting me to do the project work. I would like to thank our HOD Dr.R. Saravanan M.E., Ph.D., for kind co-operation .

Our internal guide Mrs.K.DhanaLakshmi M.E., motivated us during the times of failures and her full support , made us to overcome those failures and finally we reached success.

Finally, I thank all faculty members, non-teaching staff members, friends and all my well wishers who directly and indirectly support of this work.

TABLE OF CONTENTS

CHAPTER

TITLE

PAGE NO

INTRODUCTION 1.1 Data mining 1.1.1 Data mining architecture 1.1.2 Steps in data mining 1.1.3 Association rules 1.2 Neural Networks 1.2.1Advantages 1.2.2 Types of Neural Network 1.2.2.1 Single Layer Perceptron 1.2.2.2 Multi Layer Perceptron 1.3 Image processing

1 1 1 2 3 4 4 4 4 5 6 8 12 12 12 12 13 13 14 16 16

2 3

LITERATURE SURVEY SYSTEM ANALYSIS 3.1 Objective 3.2 Existing system 3.3 Drawbacks of existing system 3.4 Proposed system 3.5 Base paper comparative study 3.6 Tool analysis

SYSTEM DESIGN 4.1Module Design

4.1.1 Feature extraction 4.1.1.1 First order gray level feature 4.1.1.2 Second order gray level feature 4.1.1.3 Power Spectral feature 4.1.1.4 Gabor feature 4.1.2 Apriori algorithm 4.1.3 Classification using MLP-BP 5 SYSTEM IMPLEMENTATION 5.1 Software Requirements 5.2 Hardware Requirements 5.3 Implementation of feature extraction 5.4 Implementation of Apriori algorithm 5.5Classification using MLP-BP 6 SYSTEM TESTING 6.1 Testing objectives and purpose 6.2 System testing 6.2.1 Unit testing 6.2.2 Integration testing 6.2.3 Validation testing 7 CONCLUSION

16 16 16 20 22 23 25 28 28 28 28 29 30 31 31 32 32 32 34 36 37

REFERENCE APPENDIX-I

You might also like