Linear Classification

The CIFAR 10 Linear Example

The W here measures the similarity between the input X and the output Y.For example, in linear classification of CIFAR-10, if we transfer the row in W back into 32 x 32 x 3 image, we will find that the Weights Images would be like 10 templates for the target classes.

Last updated