UESMANN CPP
1.0
Reference implementation of UESMANN
|
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>
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... | |