- Quiz-tion 1: Which statement about machine learning is NOT CORRECT?
- Machine learning is interdisciplinary
- It is only used by the finance industry
- Non-profit organizations are using it to solve ambiental and social issues
- Machine learning techniques can be used to build recommenders
- Quiz-tion 2: About machine learning algorithms—it would be wrong to say that:
- Hierarchical clustering and k-means clustering are unsupervised learning techniques
- Random forests can be characterized as ensemble learning
- Neural networks can't deal with classification problems
- Transformations can sometimes improve clustering
- Quiz-tion 3: Which of the following tricks are said to be related to SVM models?
- The hat trick
- The kernel trick
- The mirror trick
- The dragon-slayer trick
Answers
set.seed(2000)
round(runif(3,1,4))