Update README.md
Browse files
README.md
CHANGED
@@ -109,13 +109,34 @@ The application will output the predicted ID and the corresponding text descript
|
|
109 |
|
110 |
## Visualizations
|
111 |
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
## Visualizations
|
111 |
|
112 |
+
### Level 1: Training Loss
|
113 |
+

|
114 |
+
This graph shows the training loss over the steps for Level 1, demonstrating a significant drop in loss during the initial training period.
|
115 |
+
|
116 |
+
### Level 1: Validation Loss
|
117 |
+

|
118 |
+
This graph illustrates the validation loss progression over training steps for Level 1, showing steady improvement.
|
119 |
+
|
120 |
+
### Level 2: Training Loss
|
121 |
+

|
122 |
+
Here we see the training loss for Level 2, which also shows a significant decrease early on in training.
|
123 |
+
|
124 |
+
### Level 2: Validation Loss
|
125 |
+

|
126 |
+
The validation loss for Level 2 shows consistent reduction as training progresses.
|
127 |
+
|
128 |
+
### Level 3: Training Loss
|
129 |
+

|
130 |
+
This graph displays the training loss for Level 3, where training stabilizes after an initial drop.
|
131 |
+
|
132 |
+
### Level 3: Validation Loss
|
133 |
+

|
134 |
+
The validation loss for Level 3, demonstrating steady improvements as the model converges.
|
135 |
+
|
136 |
+
### Level 4: Training Loss
|
137 |
+

|
138 |
+
The training loss for Level 4 is plotted here, showing the effects of high-dimensional input features at this level.
|
139 |
+
|
140 |
+
### Level 4: Validation Loss
|
141 |
+

|
142 |
+
Finally, the validation loss for Level 4 is shown, where training seems to stabilize after a longer period.
|