You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gabriel Romero edited this page Jun 29, 2023
·
13 revisions
Welcome to the MNIST++ Wiki!
This is the official Wiki for the MNIST++ project, an initiative developed by students from UTEC for the CS1103 course. The main focus of this project is to implement the Backpropagation algorithm in C++ for recognizing handwritten digits using the MNIST dataset.
Project Overview
In this project, we tackle the challenging task of digit recognition using neural networks and the widely-used MNIST dataset. We approach this problem by designing, implementing, and testing a neural network in C++. To see a high-level view of the project, please visit our Web Experiencie page.
Getting Started
What is MNIST?: A brief introduction to the MNIST dataset.
How we Read MNIST?: A detailed explanation of how we read the MNIST dataset.