Image Classification

Skin Lesion Classifier

A skin lesion classifier that uses a deep neural network trained on the HAM10000 dataset. An implementation of the ISIC challenge 2018 task 3.

Skin Lesion Image Classification with Deep Convolutional Neural Networks

Introduction In this post we will show how to do skin lesion image classification with deep neural networks. It is an image classifier trained on the HAM10000 dataset, the same problem in the International Skin Imaging Collaboration (ISIC) 2018 challenge task3. The solution in this post is mainly based on some web posts and methods from the ISIC2018 leadboard. The classification neural network model is tested with pretrained ResNet and DenseNet and implemented with PyTOrch.