Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.4 KB

File metadata and controls

31 lines (25 loc) · 1.4 KB

Algorithm_deepLearning_MNISTdatasets

Model1 : 3 Layers with 1 Convolution layer

1. Test accuracy

  • Test loss: 0.11719131242479197
  • Test accuracy : 0.9699

2. Predicted Right

model1-correct

3. Predicted Wrong

model1-wrong

Model2 : 5 Layers with 2 Convolution layer

1. Test accuracy

  • Test loss : 0.05720122241897043
  • Test accuracy : 0.9834

2. Predicted Right

model2-correct

3. Predicted Wrong

model2-wrong

Model3 : 7 Layers with 4 Convolution layer

1. Test accuracy

  • Test loss : 0.0443885833057524
  • Test accuracy : 0.9878

2. Predicted Right

model3-correct

3. Predicted Wrong

model3-wrong