Ask Question
7 November, 10:23

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. 7 November, 10:44
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers