Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 788 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 788 Bytes

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.