2018 A1 Flashcards
Write down the whitened data in terms of the SVD components above
Whitened data = V^T
Contrast LDA and PCA to the information required for each data point in the data set.
PCA only requires the feature or characteristic information of a data point. LDA requires both the feature and the class information.
Contrast LDA and PCA to the maximum number of features that can sensibly be obtained
LDA - k-1, with k being the number of classes.
PCA - d-1 where min(n,d). So that the sensible maximum would be n should n be smaller than d.
Give the name of the classifier which is based on the fundamental assumption that the dimensions of x are conditionally independent.
Naive Bayers.
What is the two-class classifier called which obtains the weight of the vector w, i.e, the linear decision boundary, that yields good class separation by using the Newton-Raphson algorithm to solve dE(w)/dw = 0.
Logistic Regression.
What is the two-class classifier called which obtains the weight of the vector w, i.e, the linear decision boundary, that yields good class separation by using the Newton-Raphson algorithm to solve dE(w)/dw = 0.
Logistic Regression.