FilipePires98 / SkinLesionClassifier

Skin Lesion Classifier: a skin lesion analysis towards melanoma detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skin Lesion Classifier

A Skin Lesion Analysis Towards Melanoma Detection

Description

This project aims to propose a form dealing with the classification of skin lesions into 3 unique diagnoses (melanoma, nevus, and seborrheic keratosis) based on deep neural networks working together. The purpose of the system developed was based on the ISIC Challenge of 2017 and uses the skin lesions datasets available online.

The validation score for the Melanoma Classifier was 0.80 and for the Seborrheic Keratosis Classifier was 0.75. The system developed achieved a lower average accuracy score due to the combination process of the two classifiers.

Repository Structure

/normalized-dataset - contains parts of the processed dataset used

/paper - contains the written paper on the conducted analysis

/src - contains the source code written in Python

Additional Resources

Examples of input images with contrasting features, paired with the same images after the preprocessing phase.

Architecture

Architecture of each classifier for the proposed classification model.

Authors

The authors of this repository are Filipe Pires and João Alegria, and the project was developed for the Machine Learning Course of the licenciate's degree in Informatics Engineering of the University of Aveiro.

For further information, please read our paper or contact us at filipesnetopires@ua.pt or joao.p@ua.pt.