https://github.com/bhuvan588/eye-disease-detection
Detecting eye diseases using AlexNet architecture
https://github.com/bhuvan588/eye-disease-detection
alexnet-tensorflow cnn-keras deep-learning disease-detection neural-network python
Last synced: about 2 months ago
JSON representation
Detecting eye diseases using AlexNet architecture
- Host: GitHub
- URL: https://github.com/bhuvan588/eye-disease-detection
- Owner: Bhuvan588
- Created: 2024-07-14T19:47:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T20:26:34.000Z (almost 2 years ago)
- Last Synced: 2025-06-02T18:15:26.193Z (about 1 year ago)
- Topics: alexnet-tensorflow, cnn-keras, deep-learning, disease-detection, neural-network, python
- Language: Jupyter Notebook
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eye-Disease-Detection

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