This project uses Keras to implement an EfficientNet-B0 model for classifying skin cancer images as either benign or malignant.
- Utilizes EfficientNet-B0 as the base model
- Fine-tunes the model on a skin cancer dataset
- Achieves a test accuracy of 85.02%
- Download the skin cancer dataset from Kaggle.
- Run the provided Python script to train and fine-tune the EfficientNet model.
- Evaluate the model on the test dataset.
- Test Loss: 34.56%
- Test Accuracy: 85.02269%
- Base Model: EfficientNet-B0
- Fine-tuned Layers: 20
- Epochs: 30
- Batch Size: 1024
The code is written in Python and utilizes the Keras API. It includes data loading, model building, fine-tuning, and evaluation.