February 2020
Intermediate to advanced
328 pages
8h 19m
English
The keras library in R provides various datasets, using which we can develop deep learning models. In step 1, we imported the Fashion-MNIST dataset, using the dataset_fashion_mnist() function and checked the dimensions of its training and testing partitions. We also looked at the data and label of a sample image. Next, we defined the label names for the data and visualized one sample image for each label.
In step 2, we reshaped our data and normalized it within the ...
Read now
Unlock full access