You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convolutional layer with 16 feature maps of size 3 x 3
BatchNorm layer followed by Swish activation.
Max Pooling layer of size 2 x 2.
Convolutional layer with 32 feature maps of size 3 x 3
BatchNorm layer followed by Swish activation.
Max Pooling layer of size 2 x 2.
Convolutional layer with 64 feature maps of size 3 x 3
BatchNorm layer followed by Swish activation.
Max Pooling layer of size 2 x 2.
Fully connected layer of size 10.
Softmax Layer of size 10.
Accuracy achieved on Fashion MNIST Test Dataset is 92.1 %
Accuracy achieved on MNIST Test Dataset is 99.2% .
This network has been implemented in PyTorch. It uses the recent activation function - Swish which has been implemented in the code. The code can be found here.
The text was updated successfully, but these errors were encountered:
gchhablani
changed the title
Benchmark : CNN with 3 Layers - Accuracy 92.1% on FashionMNIST and 99.2% on MNIST
Benchmark : CNN with 3 Conv Layers - Accuracy 92.1% on FashionMNIST and 99.3% on MNIST
Jun 17, 2018
gchhablani
changed the title
Benchmark : CNN with 3 Conv Layers - Accuracy 92.1% on FashionMNIST and 99.3% on MNIST
Benchmark : CNN with 3 Conv Layers - Accuracy 92.1% on FashionMNIST and 99.2% on MNIST
Jun 17, 2018
The model details are as follows:
Accuracy achieved on Fashion MNIST Test Dataset is 92.1 %
Accuracy achieved on MNIST Test Dataset is 99.2% .
This network has been implemented in PyTorch. It uses the recent activation function - Swish which has been implemented in the code. The code can be found here.
The text was updated successfully, but these errors were encountered: