InterviewSolution
Saved Bookmarks
| 1. |
State the different method of classification. |
|
Answer» There are many TECHNIQUES for solving CLASSIFICATION problems: classification trees, logistic regression, discriminant analysis, NEURAL networks, boosted trees, random forests, DEEP learning methods, nearest neighbors, support VECTOR machines, etc, (e.g. see the R package “e1071” for more example methods). |
|