FlavioRubensOttaviani commited on
Commit
c5db7bc
·
verified ·
1 Parent(s): 155d487

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/653e5d737ef643534b40783e/wBK3OlsrzES6yIWMTg_CD.png)
45
+
46
  ## 🚀 Performance
47
 
48
  Il modello è stato addestrato per **20 epoche** con i seguenti risultati (basati sull'ultima epoca di training):