TU Wien:Machine Learning VU (Musliu)/Prüfung 2017-03-17
Zur Navigation springen
Zur Suche springen
Disclaimer: Most questions below did have additional sub-questions which I cannot remember.
- Random Forests. What makes a RM random?
- Something about Feature Selection. Name methods of Feature Selection
- What is Deep Learning? How does it compare to "traditional" Machine Learning?
- What is HMM? What are the three problems of HMM?
- Bayesian Network -> Explain a) Inference b) Variable Elimination c) d-separation
- ?
- Given a Dataset with 7 entries:
- Using knn(1), calculate the prediction accuracy using the first 6 entries and 2-fold.
- Build a Decision Tree with your own separation criteria