top of page
retinopathy_positive_color.jpg

CNN Based Diabetic Retinopathy Detector

  • Convolutional neural network classifier applied to the Medissor diabetic retinopathy image database from Kaggle and UCI-DB.

  • The project follows my efforts to teach myself about convolutional neural networks by undertaking a project in that space.

  • The project is an attempt at developing a reasonably accurate classification system given a small magnitude of training data.

  • To that end,  the project implements data augmentation methods, and creating a generator pipeline in the Keras module.

bottom of page