Please sign in to access this page
an ai moedel that can detect the skin cancer disease
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Devlog – Skin Cancer Detection AI
Today I worked on training a deep learning model based on EfficientNetB4 to detect skin cancer using the ISIC dataset.
Key steps completed during this 1h30min session:
Preprocessed the data using augmentation (rotation, zoom, flipping).
Used transfer learning with EfficientNetB4, freezing all layers except BatchNormalization layers.
Ran the training script main_run.py from the Model Training folder.
Achieved ~82% validation accuracy after 10 epochs.
Plotted training/validation accuracy & loss curves and saved the model weights.
Next steps:
Fine-tune learning rate and increase training time.
Address slight overfitting by adding more dropout and data balancing.