ExamGecko
Home / Snowflake / DSA-C02 / Practice Test 1
Ask Question

Snowflake DSA-C02 Practice Test 1

Add to Whishlist
00:00:00
Show Answer
Report Issue   Restart test

Question 1 / 40

Which type of Machine learning Data Scientist generally used for solving classification and regression problems?

Supervised
Supervised
Unsupervised
Unsupervised
Reinforcement Learning
Reinforcement Learning
Instructor Learning
Instructor Learning
Regression Learning
Regression Learning
Comment (0)
Suggested answer: A
Explanation:

Supervised Learning

Overview:

Supervised learning is a type of machine learning that uses labeled data to train machine learning models. In labeled data, the output is already known. The model just needs to map the inputs to the respective outputs.

Algorithms:

Some of the most popularly used supervised learning algorithms are:

* Linear Regression

* Logistic Regression

* Support Vector Machine

* K Nearest Neighbor

* Decision Tree

* Random Forest

* Naive Bayes

Working:

Supervised learning algorithms take labelled inputs and map them to the known outputs, which means you already know the target variable.

Supervised Learning methods need external supervision to train machine learning models. Hence, the name supervised. They need guidance and additional information to return the desired result.

Applications:

Supervised learning algorithms are generally used for solving classification and regression problems.

Few of the top supervised learning applications are weather prediction, sales forecasting, stock price analysis.

asked 23/09/2024
Musaddiq Shorunke
48 questions