Skip to content

In this repository we explore the resources of convolutional neural networks (CNN) to develop a model for handwritting images classification unsing Python and TensorFlow.

License

Notifications You must be signed in to change notification settings

sjsilvabr/Handwriting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Handwriting Images Classification

Sidclay da Silva

June 2022


Introduction

In this repository we explore the resources of convolutional neural networks (CNN) to develop a classification model for images containing handwritten symbols using Python and TensorFlow.

The aim is not to review completely the topic, but give some basis to understand and start work with it. Explanation of concepts and logic is provided, but there is no detailed explanation about the code, some Phyton and arrays knowledge is required to follow it.

Content

  • README.md

    This file.

  • LICENSE.md

    License rights and limitations for this repository and its content (MIT).

  • DigitClassification.ipynb

    Jupyter notebook with Python code, concepts and logic explanation.