Skip to content

A toy project to implement a neural network to deal with MNIST

Notifications You must be signed in to change notification settings

spineki/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural network project

This project aims to practice C++ and to try new project manager (meson) through the example of a neural network to recognize digits from the MNIST project

How to launch it?

clone this repo.

$ meson builddir && cd builddir
$ meson compile
$ ./src/MNT

The MNIST dataset comes from there

About

A toy project to implement a neural network to deal with MNIST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages