Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 886 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 886 Bytes

Program that predicts which number is from some hand written numbers

Neural network learn which number is which from labeled train set

Neural network predicts output with given input (using the same train set)

Using external made function to optimize (faster) calculations and to display data

Data obatined from: http://yann.lecun.com/exdb/mnist/

Data (mnist_all.mat) pre-processed in different program and saved as data1.mat file

Some pictures from the output of the program:

  • Some of the input set (train and test)

alt text

  • Some of the output from layer 1

alt text

  • Console output from whole program:

alt text