Machine Learning 1

Machine Learning 1

University

10 Qs

quiz-placeholder

Similar activities

Data Structure

Data Structure

University

14 Qs

DS UNIT-2 TEST-3

DS UNIT-2 TEST-3

University

10 Qs

Python Basics

Python Basics

University

10 Qs

DSA Day 2

DSA Day 2

University

13 Qs

ArrayList Review

ArrayList Review

9th Grade - University

11 Qs

common data structure

common data structure

University

10 Qs

Stings, Cloning and ArrayList

Stings, Cloning and ArrayList

University

10 Qs

Python Lists and Tuples

Python Lists and Tuples

University

11 Qs

Machine Learning 1

Machine Learning 1

Assessment

Quiz

Computers

University

Easy

Created by

Soumyajit Pal

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A student downloads 25 PDFs on Machine Learning on her laptop. Does her laptop learn anything new?

Yes, this is known as Machine Learning

No, the laptop now has a lot of text data and image data but is unable to learn anything new

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dataset + ML Algorithm = ?

ML Model

Model deployment

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For which of the following class of problem(s) is ML well suited?

Problems for which existing solutions require hand-tuning or long lists of rules

Problems for which there is no good solution using traditional approach

Problems where the environment is constantly changing

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ML models are characterized by ___

Algorithm

Dataset

Model parameters

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

my_list = [1, 3, 5, 7, 9]

print(my_list[::2])

[3]

[2]

[1, 5, 9]

[1, 3, 5]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following three coding approaches would require the least time to execute?

loops

list comprehensions

vectorized implementations

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is/are example(s) of unsupervised learning?

Dimensionality reduction

Data visualization

Clustering

All of the above

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?