This is a side project meant to help with my current main project, MNIST-Digits-Recognition-Neural-Network. The purpose of this project is to swap endianness of the MNIST data and parse it for the main project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A C Compiler such as GCC's gcc
Open the project folder in terminal and execute "make".
The binary will be called "mnist_parse". To execute, run "./mnist_parse".
- Ubuntu 18 - The OS used
- GCC 7.3.0 - GNU Compiling Collection version used
- Isaac Ault - isaacault
See also the list of contributors who participated in this project.