MIS 346 AI Quiz2

MIS 346 AI Quiz2

University

38 Qs

quiz-placeholder

Similar activities

QUALITY DAY 2022 - QUIZ COMPETITION

QUALITY DAY 2022 - QUIZ COMPETITION

University

34 Qs

MATH 165 Ch 1.1-1.2 Review

MATH 165 Ch 1.1-1.2 Review

University

41 Qs

3d151 CDC Vol 2 Unit 2

3d151 CDC Vol 2 Unit 2

University - Professional Development

39 Qs

Bahasa Inggris kelas 7 (2)

Bahasa Inggris kelas 7 (2)

7th Grade - University

40 Qs

Lab Values

Lab Values

10th Grade - University

33 Qs

2024-25-1S-ICT106-BLISG3-SFQ11

2024-25-1S-ICT106-BLISG3-SFQ11

University

35 Qs

Python Quiz - TC1027 (basic to matplotlib)

Python Quiz - TC1027 (basic to matplotlib)

University

40 Qs

RESEARCH 1

RESEARCH 1

University

41 Qs

MIS 346 AI Quiz2

MIS 346 AI Quiz2

Assessment

Quiz

Other

University

Hard

Created by

arik g

FREE Resource

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the NumPy library used for?

Data visualization

Numerical calculations with arrays and matrices

Model building for machine learning

Data analysis

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure does the Pandas library provide?

Matrix

DataFrame

List

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For which type of machine learning tasks is the Scikit-learn library used?

Only classification

Classification, regression, and clustering

Only regression

Only clustering

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code is used to create a matrix in the NumPy library?

np.array([[1, 2], [3, 4]])

np.matrix([[1, 2], [3, 4]])

np.create_matrix([[1, 2], [3, 4]])

np.new_matrix([[1, 2], [3, 4]])

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to load data with the Pandas library?

pd.import_csv()

pd.load_csv()

pd.read_csv()

pd.open_csv()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which metric is used for model evaluation in the Scikit-learn library?

Accuracy

All

MSE

R-squared

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to calculate the average of an array in the NumPy library?

np.mean()

np.average()

np.median()

np.sum()

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?