Research Article

Reliable Breast Cancer Diagnosis with Deep Learning: DCGAN-Driven Mammogram Synthesis and Validity Assessment

Table 2

Generator architecture.

Layer noLayer typeOutput shapeActivation

1Dense (input)512 × 4 × 4
2Reshape256 × 4 × 4
3Conv2DTranspose512 × 8 × 8ReLU
4Batch normalization256 × 8 × 8
5Conv2DTranspose128 × 16 × 16ReLU
6Batch normalization64 × 16 × 16
7Conv2DTranspose32 × 32 × 32ReLU
8Batch normalization32 × 32 × 32
9Conv2DTranspose3 × 64 × 64Tanh