Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 349 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 349 Bytes

Genetic Algorithm applied to digit recognition

Project from the Collaborative Algorithms class. Application to digit recognition.

Description

main.ipynb contains the walkthrough of training and testing the algorithm using the characters and images from the caracteres folder. The algorithm is coded from scratch using numpy.