Update README.md
Browse files
README.md
CHANGED
@@ -134,6 +134,8 @@ This graph displays the training loss for Level 3, where training stabilizes aft
|
|
134 |

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

|
139 |
The training loss for Level 4 is plotted here, showing the effects of high-dimensional input features at this level.
|
@@ -141,3 +143,17 @@ The training loss for Level 4 is plotted here, showing the effects of high-dimen
|
|
141 |
### Level 4: Validation Loss
|
142 |

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

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

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

|
145 |
Finally, the validation loss for Level 4 is shown, where training seems to stabilize after a longer period.
|
146 |
+
|
147 |
+
### Level 4: Validation Loss Per Epoch Table
|
148 |
+
| Epoch | Average Training Loss |
|
149 |
+
|-------|------------------------|
|
150 |
+
| 1 | 5.2803 |
|
151 |
+
| 2 | 2.8285 |
|
152 |
+
| 3 | 1.5707 |
|
153 |
+
| 4 | 0.8696 |
|
154 |
+
| 5 | 0.5164 |
|
155 |
+
| 6 | 0.3384 |
|
156 |
+
| 7 | 0.2408 |
|
157 |
+
| 8 | 0.1813 |
|
158 |
+
| 9 | 0.1426 |
|
159 |
+
|