Skip to content

mmlind/mnist-1lnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnist-1lnn

A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.

Compile and run source code

The repository comes with a pre-configured makefile. You can compile the source simply by typing

$ make

in the project directory. The binary will be created inside the /bin folder and can be executed via

$ ./bin/mnist-1lnn

Documentation

The /doc folder contains a doxygen configuration file. When you run it with doxygen it will create updated HTML documentation in the /doc/html folder.

Screenshots

The /screenshots folder contains screenshots of running the program on my 2010 MacBook Pro.

MNIST Database

The /data folder contains the original MNIST database files.

About

A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published