April 2018
Beginner to intermediate
500 pages
11h 26m
English
In order to gain a practical intuition of the need for hyperparameter tuning, let's go through the following scenario in predicting the accuracy of a given neural network architecture on the MNIST dataset:
Let us create the train and test datasets in a Google Cloud environment, as follows:
mkdir data curl -O https://s3.amazonaws.com/img-datasets/mnist.pkl.gz gzip -d mnist.pkl.gz mv mnist.pkl data/
The preceding code creates a new folder named data, downloads the MNIST dataset, and moves it into the data folder.
Read now
Unlock full access