Update README.md
Browse files
README.md
CHANGED
|
@@ -80,6 +80,11 @@ metrics=["accuracy"]
|
|
| 80 |
early_stopping = EarlyStopping(monitor='val_acc',min_delta=0,patience=2,verbose=0, mode='auto')
|
| 81 |
|
| 82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
## Evaluation
|
| 84 |
|
| 85 |
|
|
|
|
| 80 |
early_stopping = EarlyStopping(monitor='val_acc',min_delta=0,patience=2,verbose=0, mode='auto')
|
| 81 |
|
| 82 |
|
| 83 |
+
|
| 84 |
+
## CNN architecture
|
| 85 |
+

|
| 86 |
+
|
| 87 |
+
|
| 88 |
## Evaluation
|
| 89 |
|
| 90 |
|