paint-brush
[Tutorial] Recognize Handwritten Numbers in Python without any ML-Libraryby@joelbarmettlerUZH
389 reads
389 reads

[Tutorial] Recognize Handwritten Numbers in Python without any ML-Library

by Joel Barmettler15mOctober 15th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

The image classifier is a simple python script that recognizes a hand-written number. The input image shall all have a fixed size of 64x64 pixels, the images are RGB coloured. The image-category with the highest similarity will serve us as an estimate. When a new, unknown image is provided, the algorithm loops through the database and computes the similarity to the well-known images. We will NOT use any machine learning library like Tensorflow, Keras or SkLearn. To open images, we will use the Image class from the PIL (Python Image Library)

Company Mentioned

Mention Thumbnail
featured image - [Tutorial] Recognize Handwritten Numbers in Python without any ML-Library
Joel Barmettler HackerNoon profile picture
Joel Barmettler

Joel Barmettler

@joelbarmettlerUZH

Founder of coinpaper.io - Crypto Info, Price, Review and Analysis

Learn More
LEARN MORE ABOUT @JOELBARMETTLERUZH'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Joel Barmettler HackerNoon profile picture
Joel Barmettler@joelbarmettlerUZH
Founder of coinpaper.io - Crypto Info, Price, Review and Analysis

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here