Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 381 Bytes

Readme.md

File metadata and controls

19 lines (10 loc) · 381 Bytes

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