โครงสร้างโมเดลในโปรเจกต์
Input (350×350×1)
↓
Conv2D (32) → MaxPool → Output: 174×174×32
↓
Conv2D (32) → MaxPool → Output: 86×86×32
↓
Conv2D (64) → MaxPool → Output: 42×42×64
↓
Conv2D (64) → MaxPool → Output: 20×20×64
↓
Conv2D (128, name='last_conv_layer') → 20×20×128
↓
Flatten → Dense(128) → Dense(64) → Dense(1, Sigmoid)
↓
Output: ความน่าจะเป็น 0-1