Skip to content
/ mnist Public

Custom neureal network in Python with mnist dataset

Notifications You must be signed in to change notification settings

siwekm/mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Neural Net for number recognition

Custom written python NNet to recognize dgits from images. NNet is trained on MNIST dataset and then tested on separate data. Accuracy ~85%, could be improved with tweaking and training on bigger data set.

  • using MNIST dataset
  • Neurons and layers
    • L0 - 784 - X - INPUT layer
    • L1 - 64
    • L2 - 16
    • L3 - 10 - Y - OUTPUT layer

Interface: 2021-01-21_17-48

2021-01-21_17-46

About

Custom neureal network in Python with mnist dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages