Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 383 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 383 Bytes

Recognition of Handwritten Numbers

This repository is a neural network to recognise handwritten numbers coded natively in python without using external machine learning abstraction packages. (Numpy used for linear algebra)

Coded while learning from the text of Michael Nielsen.
@mnielsen
Link to book