- ALL COMPUTER, ELECTRONICS AND MECHANICAL COURSES AVAILABLE…. PROJECT GUIDANCE SINCE 2004. FOR FURTHER DETAILS CALL 9443117328
Projects > ELECTRONICS > 2019 > IEEE > DIGITAL IMAGE PROCESSING
People with diabetes may suffer from an eye disease called Diabetic Retinopathy (DR). This is caused by damage to the blood vessels of the light-sensitive tissue at the back of the eye (i.e retina). Fundus images obtained from fundus camera are often imperfect; normally are in low contrast and blurry. Hence, causing difficulty in accurately classifying diabetic retinopathy disease. This study focuses on classification of fundus image that contains with or without signs of DR and utilizes artificial neural network (NN) namely Multi-layered Perceptron (MLP) trained by Levenberg-Marquardt (LM) and Bayesian Regularization (BR) to classify the data. Nineteen features have been extracted from fundus image and used as neural network inputs for the classification. For analysis, evaluation was made using different number of hidden nodes. It is learned that MLP trained with BR provides a better classification performance with 72.11% (training) and 67.47% (testing) as compared to the use of LM. Such a finding indicates the possibility of utilizing BR for other artificial neural network model.
Multilayer Perceptron Network (MLP) with the Back Propagation (BP) algorithm
Firstly, the fundus images are taken into preprocessing method. Secondly, the preprocessed images are go to the Levenberg- Marquardt (LM) and Bayesian Regularization (BR) process. Finally artificial neural network helps to classify DR or not.
BLOCK DIAGRAM