Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
/ melanoma-pytorch Public archive

EfficientNet-based PyTorch solution for SIIM-ISIC Melanoma Classification challenge

Notifications You must be signed in to change notification settings

IgrecL/melanoma-pytorch

Repository files navigation

SIIM-ISIC Melanoma Classification

This repository contains code for a PyTorch-based melanoma classification model using EfficientNet architecture, achieving a Kaggle score of 0.88 on the SIIM-ISIC Melanoma Classification challenge.

Overview

The task is to classify skin lesion images as benign (0) or malignant (1) using the provided dataset.

The model employs EfficientNet-B0 architecture for feature extraction and classification, using AdamW optimizer with weight decay and cross-entropy loss. Random flips and data augmentation from 2019 & 2020 datasets helps countering the overfitting caused by class inbalance.

Usage

Simply run EfficientNet.py to train the model with the correct file paths and hyperparameters

About

EfficientNet-based PyTorch solution for SIIM-ISIC Melanoma Classification challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages