Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 562 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 562 Bytes

Eye-Disease-Detection

image

The above code demonstrates Eye disease detection using the AlexNet architecture. 5 classes of Eye Diseases included, Bulging Eyes, Cataract,Crossed Eyes ,Glaucoma and Uveitis

As seen above, AlexNet has 5 Convolutional Layers followed by 2 Fully Connected Layers. To minimize overfitting , Dropout and BatchNormalization layers are also used in between the layers.

NOTE:

This was just a code exercise, model may not be fully accurate