Skip to content

isaacault/MNIST-Digits-Parsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Digits Parsing

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

A C Compiler such as GCC's gcc

Compiling

Open the project folder in terminal and execute "make".

Executing

The binary will be called "mnist_parse". To execute, run "./mnist_parse".

Built With

  • Ubuntu 18 - The OS used
  • GCC 7.3.0 - GNU Compiling Collection version used

Authors

See also the list of contributors who participated in this project.

About

The MNIST Database provides the data in MSB big endian format. This project will convert to a format for intel (little endian)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published