Views
No views yet
This model leverages the Vision Transformer (ViT) architecture to classify retinal images for early detection of Diabetic Retinopathy (DR). The fine-tuned model improves accuracy and generalization on medical imaging datasets.The model was trained on a curated dataset containing labeled retinal images. The dataset includes various severity levels of Diabetic Retinopathy, ensuring robustness in classification.| Epoch | Train Loss | Validation Loss | Train Accuracy |
|---|---|---|---|
| 1 | 0.4513 | 0.5234 | 0.8270 |
| 2 | 0.3124 | 0.4102 | 0.8930 |
| 3 | 0.2751 | 0.3856 | 0.9150 |
| 4 | 0.2376 | 0.3012 | 0.9320 |
| 5 | 0.2187 | 0.2654 | 0.9420 |