Skin Cancer Lesion Detection Using Deep Learning
DEEP LEARNING

Skin Cancer Lesion Detection Using Deep Learning

A research-focused deep learning project aimed at classifying skin cancer lesions using convolutional neural networks (CNNs) and computer vision techniques.

July 21, 2025
Skin Cancer Lesion Detection Using Deep Learning

This final year research project explored the application of artificial intelligence in medical image analysis, specifically the classification of skin cancer lesions. The goal was to investigate the feasibility of using machine learning models, particularly convolutional neural networks (CNNs), to distinguish between different types of skin lesions from dermoscopic images.

The project began with a thorough literature review of existing work in AI-based dermatology, followed by the development of a research methodology involving dataset selection (ISIC archive), image preprocessing, and model evaluation. Several CNN architectures were experimented with and fine-tuned in Google Colab, with performance evaluated using accuracy, precision, AUC, confusion matrix, and F1-score metrics.

This project strengthened my understanding of deep learning theory and practical model training workflows. While it wasn’t deployed as a production system, it served as a robust foundation in applying AI to healthcare problems, with a strong emphasis on model interpretability, evaluation, and ethical considerations in medical AI.

Gallery

Skin Cancer Lesion Detection Using Deep Learning gallery image 1
Skin Cancer Lesion Detection Using Deep Learning gallery image 2
Skin Cancer Lesion Detection Using Deep Learning gallery image 3
Skin Cancer Lesion Detection Using Deep Learning gallery image 4
Skin Cancer Lesion Detection Using Deep Learning gallery image 5
Skin Cancer Lesion Detection Using Deep Learning gallery image 6

Tech Stack

TensorFlowKerasNumPyPandasMatplotlibPythonGoogle ColabScikit-learn