C9_inprogress Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

feature normalization

A
  • scaling: x’ = (x - min(x)) / (max(x) - min(x))

- standardization: x’ = (x - x_gem) / sd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

dimensionality reduction

A
  • select top-k most important features (use Mutual Information or Chi-square between classes and features) or use frequency as criterion
  • use matrix transformation technique
How well did you know this?
1
Not at all
2
3
4
5
Perfectly