Update README.md
Browse files
README.md
CHANGED
|
@@ -40,6 +40,9 @@ La rete neurale è una **CNN (Convolutional Neural Network)** sequenziale ottimi
|
|
| 40 |
* 3 strati `Dense` (128, 64, 32 unità) con attivazione `ReLU`.
|
| 41 |
* **Output Layer:** Strato `Dense` con 2 unità e attivazione `Softmax` per la classificazione finale.
|
| 42 |
|
|
|
|
|
|
|
|
|
|
| 43 |
## 🚀 Performance
|
| 44 |
|
| 45 |
Il modello è stato addestrato per **20 epoche** con i seguenti risultati (basati sull'ultima epoca di training):
|
|
|
|
| 40 |
* 3 strati `Dense` (128, 64, 32 unità) con attivazione `ReLU`.
|
| 41 |
* **Output Layer:** Strato `Dense` con 2 unità e attivazione `Softmax` per la classificazione finale.
|
| 42 |
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
|
| 46 |
## 🚀 Performance
|
| 47 |
|
| 48 |
Il modello è stato addestrato per **20 epoche** con i seguenti risultati (basati sull'ultima epoca di training):
|