Skip to content

tranleanh/CNN-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CNN-cpp

Convolutional Neural Network for MNIST Classification implemented in C++

OS: Windows 10

USAGE:

  1. Extract dataset then put *.csv files at the same directory with the main source (cnn.cpp):
mnist.rar
  1. Navigate terminal to the repo, then run command:
$ g++ cnn.cpp -o output
  1. Execute output file:
$ output.exe

Hope this project useful.

March 2020

Tran Le Anh

Releases

No releases published

Packages

No packages published

Languages