Ganesh-KSV commited on
Commit
ac0fa1b
1 Parent(s): 8af38cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -119,7 +119,11 @@ Confusion matrix generated for the final validation results.
119
  Model performance examined through loss, accuracy plots, and confusion matrix.
120
 
121
  #### Glossary
 
122
  ViT: Vision Transformer
 
123
  CrossEntropyLoss: A loss function used for classification tasks.
 
124
  Adam: An optimization algorithm.
 
125
  StepLR: Learning rate scheduler that decays the learning rate by a factor every few epochs.
 
119
  Model performance examined through loss, accuracy plots, and confusion matrix.
120
 
121
  #### Glossary
122
+
123
  ViT: Vision Transformer
124
+
125
  CrossEntropyLoss: A loss function used for classification tasks.
126
+
127
  Adam: An optimization algorithm.
128
+
129
  StepLR: Learning rate scheduler that decays the learning rate by a factor every few epochs.