ML basics

ML basics

University

5 Qs

quiz-placeholder

Similar activities

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

University

10 Qs

bayesian data mining test-1

bayesian data mining test-1

University

5 Qs

Regression in Machine Learning

Regression in Machine Learning

University

10 Qs

S04 - Speech Recognition (GSLC)

S04 - Speech Recognition (GSLC)

University

10 Qs

IT Consulting - module overview 2020_2021

IT Consulting - module overview 2020_2021

University

10 Qs

Dasar Koding dan Kecerdasan Buatan

Dasar Koding dan Kecerdasan Buatan

10th Grade - University

10 Qs

Machine Learning Basics

Machine Learning Basics

University

10 Qs

End Semester Viva

End Semester Viva

University

10 Qs

ML basics

ML basics

Assessment

Quiz

Computers

University

Medium

Created by

Santhosh C

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a "model" in machine learning?

A model is a smaller representation of the thing you're studying.

A model is a mathematical relationship derived from data that an ML system uses to make predictions

A model is a piece of computer hardware

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If you wanted to use an ML model to predict energy usage for commercial buildings, what type of model would you use?

Classification

Regression

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What distinguishes a supervised approach from an unsupervised approach?

A supervised approach is given data that contains the correct answer.

A supervised approach typically uses clustering.

An unsupervised approach knows how to label clusters of data.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What attributes of a dataset would be ideal to use for ML?

Small size / Low diversity

Small size / High diversity

Large size / Low diversity

Large size / High diversity

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why does a model need to be trained before it can make predictions?

A model doesn't need to be trained. Models are available on most computers.

A model needs to be trained to learn the mathematical relationship between the features and the label in a dataset.

A model needs to be trained so it won't require data to make a prediction.