• Post author:
  • Post category:Blog
  • Reading time:2 mins read
  • Post last modified:June 12, 2024

What are two types of supervised machine learning algorithms? (Choose two.)

  • Clustering
  • Mode
  • Classification
  • Regression
  • Association
  • Mean

Answers Explanation & Hints:

Supervised learning is a type of machine learning where the model is trained on a labeled dataset, i.e., a dataset with known inputs and outputs. In supervised learning, the algorithm learns to map inputs to outputs based on labeled training data. There are two main types of supervised learning algorithms:

  • Classification: This type of algorithm is used when the output variable is a category or label, such as “spam” or “not spam” for an email filtering system, or “fraudulent” or “not fraudulent” for a credit card fraud detection system. Classification algorithms learn to predict the category or label of a new input based on the patterns observed in the labeled training data.
  • Regression: This type of algorithm is used when the output variable is a continuous value, such as the price of a house or the temperature of a room. Regression algorithms learn to predict the value of a new input based on the patterns observed in the labeled training data.

For more Questions and Answers:

Introduction to Data Science 1.0 Final Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments