Ask Question
24 April, 05:04

Given a dataset where the dataset is not linearly-separable, and each of the fea - tures have continuous values, which of the following algorithms is more ideally suited a) perceptron b) decision-trees c) neural-networks. Why

+2
Answers (1)
  1. 24 April, 07:08
    0
    Option c neural-networks

    Explanation:

    Since the dataset is not linearly-separable, the perceptron is not a good option. A single layer perceptron can only work on linearly separable dataset. On another hand, since the features have continuous values, the decision-trees is not a good option. The continuous values will result in a extremely complicated tree structures which may expect a very high computational cost for a simple prediction. The most ideal choice is neural-networks at it can learn the complicated non-linear pattern and produce the optimum predictive model.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Given a dataset where the dataset is not linearly-separable, and each of the fea - tures have continuous values, which of the following ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers