Skip to content

Bhuvan588/Eye-Disease-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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