% | |
% 1. Create a parent folder '../Transformed_IN1k_Data' and two subfolders: | |
% '../Transformed_IN1k_Data/Modularized_Data_for_SGD' and | |
% '../Transformed_IN1k_Data/Transformed_Data_for_SGD' in the current folder. | |
% | |
% 2. Run first 'Run_Modularize_Data.m' to organize the ImageNet-1k into | |
% modules of labels. | |
% | |
% 3. Run next 'Run_Transform_Data.m' to transform the modularized data set | |
% into the input data to the ANN models | |
% |