Description Usage Arguments Details
This function reads the MNIST-Database, randomized it and saves it in the files "train" for the training data and "test" for test data.
1 | readMNIST(folder)
|
folder |
The location of the MNIST-Database files. |
When the data is read the variables for the training data is trainData
and trainLabels
and for the test data testData
and
testLabels
. To start the function
the files "train-images-idx3-ubyte", "train-labels-idx1-ubyte',
"t10k-images-idx3-ubyte", and "t10k-labels-idx1-ubyte" have to be in the
folder given by the parameter folder
. The folder name must end with
a slash.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.