israfelsr commited on
Commit
b0c25d6
·
1 Parent(s): d38169c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -17,4 +17,17 @@ config = {
17
 
18
  ## Traning Plots
19
 
 
 
 
 
 
 
 
20
  ## Some Results
 
 
 
 
 
 
 
17
 
18
  ## Traning Plots
19
 
20
+ We can see in the figures below the training plots for accuracy and the loss in both, training and validation sets.
21
+
22
+ ### Accuracy Plot
23
+ ![Accuracy](https://huggingface.co/israfelsr/UpsideDownClassifier/blob/main/accuracy.png)
24
+ ### Loss Plot
25
+ ![Loss](https://huggingface.co/israfelsr/UpsideDownClassifier/blob/main/loss.png)
26
+
27
  ## Some Results
28
+
29
+ Evaluating on the Test Set, we obtain:
30
+ |Accuracy|0.9696|
31
+
32
+ A batch with some missclassifications can be seen in the picture below.
33
+ ![Results](https://huggingface.co/israfelsr/UpsideDownClassifier/blob/main/results.png)