Skip to content

GiuseppeCannata/GAN-skin-cancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN Skin-Cancer

In this repository you will find the Colab Notebook for generating synthetic images for skin cancer lesions. The implemented network is only a PoC (Proof of Concept) to test the feasibility of the task.

1. Architectural framework


Fig.1: GAN framework implemented

The Generative Adversarial Network (GAN) implemented is shown in detail in Fig.1. In particular, with G has been indicated the generator network, while with D the discriminator network. The generator receives in input a random normal noise vector (latent space) with shape [100] and performs an upsampling to produce an output synthetic RGB image of size [64,64,3].

The dataset used is here

2. Results

Some qualitative results are shown below: