Login
Remember
Register
Ask a Question
What methods are used for reducing dimensionality in Machine Learning?
+1
vote
asked
Oct 3, 2019
in
Artificial Intelligence
by
pranay jain
What methods are used for reducing dimensionality?
reducing-dimensionality
reducing
dimensionality
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 4, 2019
by
Robin
Dimensionality reduction is the process of reducing the number of random variables. We can reduce dimensionality using techniques such as missing values ratio, low variance filter, high correlation filter, random forest, principal component analysis
...