File size: 431 Bytes
038300a |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
%
% 1. Manually create folder: ../Evaluation_Data/Transformed_Data_for_SGD
% 2. Execute
% Run_Modularize_Data
% in the Data_Transformation folder
% to rearrange the training data into modules of labels, and divide
% each module into subsets.
% (These steps only need to run once.)
% 3. Execute
% -- Run_Training_Evaluation_model
% by choosing the model type, SGD or GDT, from the first line
% of the file.
|