Question: CNN MeaningApplying to MNIST 0 . 0 / 1 . 0 point ( graded ) If we explicitly apply the cubic feature mapping to the
CNN MeaningApplying to MNIST
point graded
If we explicitly apply the cubic feature mapping to the original dimensional raw pixel features, the resulting
representation would be of massive dimensionality. Instead, we will apply the cubic feature mapping to the
dimensional PCA representation of our training data which we will have to calculate just as we calculated the
dimensional representation in the previous problem. After applying the cubic feature mapping to the PCA
representations for both the train and test datasets, retrain the softmax regression model using these new
features and report the resulting test set error below.
Important: You will probably get a runtime warning for getting the log of ignore. Your code should still run
and perform correctly.
Note: Use the same training parameters as the first softmax model given in
file and temperature
If you have done everything correctly, softmax regression should perform better on the test set using these
features than either the dimensional principal components or raw pixels. The error on the test set using
cubic features should only be around demonstrating the power of nonlinear classification models.
Error rate for dimensional cubic PCA features
point possible graded
If you are trying to recognize a large number of features, you should have a small number of filters.
true
false
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
