Question: Testing PCAMotivation Bookmark this page Exercises due Jul 1 7 , 2 0 2 4 1 7 : 2 9 IST Review: True or False
Testing PCAMotivation
Bookmark this page
Exercises due Jul : IST
Review: True or False
points possible graded
Consider the classification decision rule
hatsign
where represent input data and yin is the corresponding predicted labels, and we have
omitted the biasoffset term for simplicity.
Given the model above, determine if the following statements are True or False.
The feature map is function from to
If then the classification parameter is also a vector in Answer based on the model
as written.
point graded
Use
to compute a dimensional PCA representation of the MNIST training and test
datasets, as illustrated in
Retrain your softmax regression model using the original labels on the MNIST training dataset and report its
error on the test data, this time using these dimensional PCArepresentations rather than the raw pixel
values.
If your PCA implementation is correct, the model should perform nearly as well when only given numbers
encoding each image as compared to the in the original data error on the test set using PCA features
should be around This is because PCA ensures these feature values capture the maximal amount of
variation from the original dimensional data.
Error rate for dimensional PCA features
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
