Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- Falah/Alzheimer_MRI
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- precision
|
| 10 |
+
- recall
|
| 11 |
+
- f1
|
| 12 |
+
library_name: keras
|
| 13 |
+
pipeline_tag: image-classification
|
| 14 |
+
tags:
|
| 15 |
+
- medical
|
| 16 |
---
|
| 17 |
+
# Efficient-AD: An EfficientNetB0-based CNN Model for Alzheimer's Disease Detection
|
| 18 |
+
|
| 19 |
+
Hey there! 👋 I am thrilled to introduce Efficient-AD, a cutting-edge Convolutional Neural Network (CNN) model designed specifically for detecting Alzheimer's disease using brain MRI scans. This innovative model is built upon the EfficientNetB0 architecture, showcasing remarkable accuracy and performance.
|
| 20 |
+
|
| 21 |
+
## What Sets Efficient-AD Apart?
|
| 22 |
+
|
| 23 |
+
Alzheimer's disease poses a significant challenge, impacting cognitive functions and necessitating early detection for effective intervention. Efficient-AD takes a giant leap in Alzheimer's detection, achieving an outstanding accuracy of 99.06%. This model is the result of meticulous research and optimization, addressing the limitations of existing CNN architectures.
|
| 24 |
+
|
| 25 |
+
## Key Features:
|
| 26 |
+
- **EfficientNetB0 Backbone:** Leveraging the power of EfficientNetB0, known for its exceptional balance of accuracy and efficiency.
|
| 27 |
+
- **Deep Funnel Architecture:** We've fine-tuned the architecture with a deep funnel design, enhancing the model's capacity to understand complex patterns within MRI scans.
|
| 28 |
+
- **Transfer Learning Magic:** Efficient-AD is pre-trained on ImageNet, providing a foundation for learning intricate features and fine-tuned for Alzheimer's disease detection.
|
| 29 |
+
- **ReLU Activation Function:** Harnessing the benefits of Rectified Linear Unit (ReLU), ensuring faster convergence and improved gradient flow during training.
|
| 30 |
+
|
| 31 |
+
## Performance Overview:
|
| 32 |
+
|
| 33 |
+
Efficient-AD showcases superior performance, outperforming other state-of-the-art models like DenseNet121, NASNetMobile, and VGG16. It excels in accuracy, precision, recall, and F1 score, making it a frontrunner in Alzheimer's disease detection.
|
| 34 |
+
|
| 35 |
+
## How to Use Efficient-AD:
|
| 36 |
+
|
| 37 |
+
Efficient-AD is now available on [Hugging Face](https://huggingface.co/antrikxh/Efficient-AD). You can seamlessly integrate this model into your projects.
|
| 38 |
+
|
| 39 |
+
# Environmental Impact
|
| 40 |
+
|
| 41 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 42 |
+
|
| 43 |
+
- **Hardware Type:** Tesla P-100
|
| 44 |
+
- **Hours used:** 72 hours
|
| 45 |
+
- **Cloud Provider:** Google Cloud Platform
|
| 46 |
+
- **Compute Region:** europe-north1
|
| 47 |
+
- **Carbon Emitted:** 3.78
|
| 48 |
+
|
| 49 |
+
Feel free to explore and integrate Efficient-AD into your projects. Together, let's make strides in early Alzheimer's detection and contribute to improved healthcare outcomes. 🌟
|