Helping detect the type of brain tumor (if any) using EfficientNetB1.
-
Updated
Aug 8, 2021 - Jupyter Notebook
Helping detect the type of brain tumor (if any) using EfficientNetB1.
Explore deep learning-powered image classification with PyTorch. Achieved 98% accuracy on Natural Images and 95% on Birds Species using AlexNet and EfficientNet-B1. Dive into the code and results!
Finetuned pretrained-CNN architectures on Kaggle's FGVC21 plant pathology dataset (Implemented in Keras)
In this project, we created a convolutional neural network using the EfficientNetB1 model in Keras to perform Image Classification of MRI brain scans with reasonably high (97.4%) accuracy.
Skin lesion classification using EfficientNetB1 with transfer learning on the HAM10000 dataset. The project addresses class imbalance with weighted loss and data augmentation, achieving improved accuracy and robustness compared to previous CNN-based models.
Plant Disease Classifier using a fine-tuned EfficientNetB1 model (96.68% accuracy on Kaggle). Upload a leaf image, use your webcam, or paste from the clipboard to detect the plant species and disease with confidence scores.
A multi-modal deep learning pipeline for skin lesion classification on HAM10000 that fuses dermoscopic images and clinical metadata using an ImageNet-pretrained EfficientNetB1 backbone, addressing class imbalance via class weights and achieving strong validation performance.
A high-resolution (384×384) multi-modal deep learning framework for skin lesion classification on the HAM10000 dataset, combining dermoscopic images and clinical metadata using EfficientNetB1 and a two-stage fine-tuning strategy to improve minority-class performance.
Projet de détection de la COVID-19 grâce aux réseaux de neurones convolutifs.
Skin lesion classification on the HAM10000 dataset using EfficientNetB1 with transfer learning and fine-tuning. The model applies data augmentation, class weighting, and staged unfreezing to handle class imbalance and improve validation performance across 7 lesion categories.
Add a description, image, and links to the efficientnetb1 topic page so that developers can more easily learn about it.
To associate your repository with the efficientnetb1 topic, visit your repo's landing page and select "manage topics."