siwekm / mnist

Custom neureal network in Python with mnist dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%