Update README.md
Browse files
README.md
CHANGED
@@ -17,12 +17,12 @@ metrics:
|
|
17 |
|
18 |
# CIFAR10 LeNet5 Variation 1: GELU
|
19 |
|
20 |
-
This repository contains a variation of the original LeNet5 architecture adapted for CIFAR-10. The model consists of two convolutional layers followed by three fully connected layers, using linear (GELU) activations and Kaiming uniform initialization. It is trained with a batch size of 32 using the Adam optimizer (learning rate 0.001) and CrossEntropyLoss. In our experiments, this model achieved a test loss of 0.
|
21 |
|
22 |
## Model Details
|
23 |
|
24 |
- **Architecture:** 2 Convolutional Layers, 3 Fully Connected Layers.
|
25 |
-
- **Activations:**
|
26 |
- **Weight Initialization:** Kaiming Uniform.
|
27 |
- **Optimizer:** Adam (lr=0.001).
|
28 |
- **Loss Function:** CrossEntropyLoss.
|
|
|
17 |
|
18 |
# CIFAR10 LeNet5 Variation 1: GELU
|
19 |
|
20 |
+
This repository contains a variation of the original LeNet5 architecture adapted for CIFAR-10. The model consists of two convolutional layers followed by three fully connected layers, using linear (GELU) activations and Kaiming uniform initialization. It is trained with a batch size of 32 using the Adam optimizer (learning rate 0.001) and CrossEntropyLoss. In our experiments, this model achieved a test loss of 0.0623 and a top-1 accuracy of 59.51% on CIFAR-10.
|
21 |
|
22 |
## Model Details
|
23 |
|
24 |
- **Architecture:** 2 Convolutional Layers, 3 Fully Connected Layers.
|
25 |
+
- **Activations:** GELU.
|
26 |
- **Weight Initialization:** Kaiming Uniform.
|
27 |
- **Optimizer:** Adam (lr=0.001).
|
28 |
- **Loss Function:** CrossEntropyLoss.
|