UESMANN CPP  1.0
Reference implementation of UESMANN
Classes
/home/travis/build/jimfinnis/uesmanncpp/mnist.hpp File Reference

Code for converting MNIST data into example sets. More...

#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <arpa/inet.h>
#include <stdexcept>
Include dependency graph for mnist.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNIST
 This class encapsulates and loads data in the standard MNIST format. The data resides in two files, an image file and a label file. More...
 

Detailed Description

Code for converting MNIST data into example sets.

Definition in file mnist.hpp.