The purpose of this deep learning model is to predict the risk of diabetic retinopathy from low severity 0 to high severity 4 from the retinal image.
-
Implemented in python programming language.
-
Extracted features using pretrained model VGG16.
-
Trained using LightGBM algorithm.
-
Used class weighting technique to handle imbalanced diabetic risk levels.
-
Evaluated the performance with the help of confusion matrix,accuracy,precision,recall and f1 score.