Research Article

Classification of Clothing Using Midlevel Layers

Algorithm 1

The process of C-S to determine the final selection mask for each category. , , , and are binary vectors that represent if a characteristic is used or removed (0), out of the listed in Table 2, for each category. stands for a bit shift in the binary vector. calculates the resulting classification percentage after running the new selection mask on the training set.
Input: Characteristic vector for category ( )
Output: Selection mask for category ( )
;
;
foreach     do
× ;
If   ( ) ( )  then
   ;
end
1;
end