/NeuralNetwork-MNIST

Implementation of a convolutional neural network for the recognition of handwritten digits.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

NeuralNetwork-MNIST

This project has been created to implement different types of neural network to resolve the MNIST problem.

The project is going to be implemented with C++.