I Hate CBT's

View Original

what tests/algorithms are shared between statistics and machine learning

What tests/algorithms are shared between statistics and machine...

What tests/algorithms are shared between statistics and machine learning?

A. Bayes, decision trees, neural networks

B. Linear regression, logistic regression, neural networks

C. Bayes, linear regression, logistic regression

D. Linear regression, logistic regression, decision trees

The correct answer is D.

Linear regression, logistic regression, decision trees.

The test/algorithms which are shared between statistics and machine learning include;

  • Linear regression.

  • Random forest.

  • kNN.

  • K-Means.

  • Logistic regression.

  • Dimensionality Reduction Algorithms.

  • Naive Bayes

  • SVM.

  • Decision tree.

  • Gradient Boosting algorithms.

Step-by-step explanation

Reference

Ray, S. (2020, September 9). Commonly used machine learning algorithms (with Python and R codes). Analytics Vidhya. https://www.analyticsvidhya.com/blog/2017/09/common-machine-learning-algorithms/