Which machine learning algorithm works by recursively splitting the data set into subsets based on the value of features until it reaches a certain stopping criterion?
- Decision Trees
- K-Means Clustering
- Linear Regression
- Neural Networks
Decision Trees work by recursively splitting the dataset into subsets based on feature values. This process continues until a stopping criterion, such as the maximum depth of the tree, is met. Decision Trees are used for both classification and regression tasks.
Loading...
Related Quiz
- In reinforcement learning, ________ focuses on trying new actions, while ________ focuses on leveraging known rewards.
- In a DQN, the primary function of the neural network is to approximate which function?
- SVMs aim to maximize the margin, which is the distance between the decision boundary and the nearest ______ from any class.
- Which type of machine learning is primarily concerned with using labeled data to make predictions?
- An autoencoder's primary objective is to minimize the difference between the input and the ________.