Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classifying Alphanumeric Characters

classifying a "k" character with the model

Hi, I built a convolutional neural network in PyTorch and trained it to classify characters. I created it to have 4 convolutional layers, 2 max pooling layers, and 1 linear layer, and it was inspired by the pre-existing TinyVGG CNN architecture. It took about 40 minutes to train with the EMNIST dataset on Google Colab.

You can try it yourself with the live demo on my website here.

model specifications

Check out the Google Colab notebook I built and trained it on here! (or look at the .ipynb file in this repo)

Thanks for checking it out, take care 👋

classifying a "8" character with the model

About

Trained a CNN in PyTorch to read alphanumeric characters, with a demo on my website

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages