Skip to content

Evaluating the accuracy with different CNN kernel sizes for the EMNIST Balanced dataset

License

Notifications You must be signed in to change notification settings

davidesqalv/EMNIST-CNN-Kernel-training-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

EMNIST-CNN-Kernel-training-test

Training a CNN with the EMNIST Balanced dataset with different kernel matrix sizes and evaluating accuracy

In this python notebook, the model layers are printed after training to get a better look on the inner workings of a Convolutional Neural Network: image

Kernel sizes tested:

  • 8
  • 16
  • 24
  • 64 + 128

Also a simple dense layer instead of the convolutional layer was tested, which resulted in overfitting: image

Same test was done for a few Chinese characters, just to assess how it would work with something different: image