MIS447 Quiz2-Exploring Machine Learning Concepts

MIS447 Quiz2-Exploring Machine Learning Concepts

12th Grade

16 Qs

quiz-placeholder

Similar activities

Machine Learning quiz 2

Machine Learning quiz 2

1st - 12th Grade

12 Qs

Digitalent 2019 - AI

Digitalent 2019 - AI

University

11 Qs

AI Certification

AI Certification

University

15 Qs

OSI Model

OSI Model

University

20 Qs

AI quiz 2

AI quiz 2

1st - 12th Grade

15 Qs

Mandarin Matrix

Mandarin Matrix

University

15 Qs

ML Quiz

ML Quiz

University

20 Qs

Introduction to Data Analysis Quiz

Introduction to Data Analysis Quiz

12th Grade - University

15 Qs

MIS447 Quiz2-Exploring Machine Learning Concepts

MIS447 Quiz2-Exploring Machine Learning Concepts

Assessment

Quiz

Science

12th Grade

Easy

Created by

Güray ARIK

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one-hot encoding and why is it used?

One-hot encoding is a method for generating random numbers.

One-hot encoding is used to reduce the size of numerical data.

One-hot encoding is a technique for image compression.

One-hot encoding is a method to convert categorical variables into a binary format for machine learning.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the advantage of k-fold cross validation?

It guarantees a perfect model performance.

It provides a more reliable estimate of model performance by using multiple training and validation sets.

It eliminates the need for any validation data.

It reduces the computational cost of training the model.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is stratified sampling often preferred over purely random sampling when creating a test set in machine learning?

It ensures that the test set is smaller than the training set.

It guarantees that the test set contains an equal number of instances from each class.

It ensures that the test set is representative of the overall population by maintaining the proportions of specific subgroups (strata).

It reduces the computational cost of training the model.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When reshaping a NumPy array using the reshape() function, what will happen if you try to reshape an array into an incompatible shape?

The array will be reshaped successfully.

An error will occur indicating an incompatible shape.

The original array will be modified to the new shape.

The area will automatically adjust to fit the new shape.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does following code snippet do?

Plots a line graph of total bills over different days.

Creates a box plot showing the distribution of total bills across different days.

Generates a histogram of total bills.

Displays a box plot of tips versus total bills.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the main differences between supervised and unsupervised learning?

Unsupervised learning uses a smaller dataset than supervised learning.

Supervised learning is faster than unsupervised learning.

Supervised learning can only be used for classification tasks.

Supervised learning requires labeled data, while unsupervised learning does not.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the concept of support vector machines.

Support Vector Machines are unsupervised learning models that cluster data points without labels.

Support Vector Machines are supervised learning models that find the optimal hyperplane to separate different classes in high-dimensional space.

Support Vector Machines are primarily used for regression tasks in low-dimensional space.

Support Vector Machines rely on decision trees to classify data points.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?