Skip to content

A programmed neural network from scratch for handwritten digit recognition

Notifications You must be signed in to change notification settings

zoneout215/NN_for_digits_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple NN from scratch for Digits recognition

programming NN from scratch for educational purpuses

This scripts provides how to for image classificationfrom of hand-written arabic digits in Python.

  • test.csv.zip - the csv with test data of digit images
  • train.csv.zip - the csv with train data of digit images
  • network.py - the python script which implements the NN and classifies images

inspired by: https://www.youtube.com/watch?v=w8yWXqWQYmU

About

A programmed neural network from scratch for handwritten digit recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages