Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ I decided to use a GAN (Generative Adverserial Network) model for this task.
|
|
21 |
It consists of a generator to create images and a discriminator to determine whether the images are fake or not.
|
22 |
And as the generator gets better and better at creating new images, the discriminator has more difficulty distinguishing them.
|
23 |
|
24 |
-
|
25 |
|
26 |
|
27 |
I used this for reference, and adapted it to my own use case.
|
|
|
21 |
It consists of a generator to create images and a discriminator to determine whether the images are fake or not.
|
22 |
And as the generator gets better and better at creating new images, the discriminator has more difficulty distinguishing them.
|
23 |
|
24 |
+
The images generated are CT scans of the lungs, either cancerous or non-cancerous.
|
25 |
|
26 |
|
27 |
I used this for reference, and adapted it to my own use case.
|