danielshaving / RNN_for_Handwriting_Recognition

Pure numpy RNN recognition for MNIST datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NN for handwriting recognition from pure numpy

Steps

Step1. reading the images and the labels Step2. Setting learning rate, dropout fraction, epoches and batchs Step3. Setting activation function (Sigmoid) Step4. Calculating the nn fowardings Step5. Calculating the nn back propogations

Pic

Step5, Refresh nn and the gradients Step6. Stastistics of accuracy and batch regressions

Test results

Pic Pic Pic

About

Pure numpy RNN recognition for MNIST datasets


Languages

Language:Python 100.0%