HimankJ commited on
Commit
b3f8534
·
verified ·
1 Parent(s): 5960ae8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -44,6 +44,7 @@ After training, the model's performance was evaluated on the test dataset. The t
44
 
45
  - Test Accuracy: **80.83%**
46
  - Test Loss: **0.846**
 
47
  The test accuracy and loss are consistent with the validation metrics, indicating that the model generalizes well to unseen data. This performance demonstrates the effectiveness of the ResNet architecture for image classification tasks on the CIFAR-10 dataset.
48
 
49
  The model achieved competitive performance, achieving over 80% accuracy on both the validation and test sets. These results validate the effectiveness of the ResNet architecture and the training strategy employed in this project.
 
44
 
45
  - Test Accuracy: **80.83%**
46
  - Test Loss: **0.846**
47
+
48
  The test accuracy and loss are consistent with the validation metrics, indicating that the model generalizes well to unseen data. This performance demonstrates the effectiveness of the ResNet architecture for image classification tasks on the CIFAR-10 dataset.
49
 
50
  The model achieved competitive performance, achieving over 80% accuracy on both the validation and test sets. These results validate the effectiveness of the ResNet architecture and the training strategy employed in this project.