AiForTeens module 2

AiForTeens module 2

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Machine learning

Machine learning

10th Grade

10 Qs

Recap Term 1

Recap Term 1

10th Grade

10 Qs

Big Data: Data Mining

Big Data: Data Mining

12th Grade

10 Qs

Nearest Neighbor Algorithm

Nearest Neighbor Algorithm

11th Grade

10 Qs

“Hari 3 - Kuis Coding & Perkenalan AI”

“Hari 3 - Kuis Coding & Perkenalan AI”

7th - 9th Grade

10 Qs

2-9-2022 Brownbag Session

2-9-2022 Brownbag Session

1st - 10th Grade

10 Qs

Inspire - AI Trivia

Inspire - AI Trivia

7th - 12th Grade

10 Qs

Inspire - AI Trivia

Inspire - AI Trivia

11th Grade

10 Qs

AiForTeens module 2

AiForTeens module 2

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

V P

Used 7+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is regression used for?

Estimating a continuous variable for a new input

Classifying a new input into two specific categories

Clustering multiple similar data points together

Estimating a discrete variable that can take on more than two values

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What might be a good type of machine learning to use for trying to determine if a picture is of an apple, tomato, or pear?

Clustering

Classification

Regression

Anomaly Detection

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

(Review) What are the two types of unsupervised learning?

Clustering and Classification

Anomaly detection and Regression

Clustering and Reinforcement Learning

Clustering and Anomaly Detection

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we tell how well a model does on a specific dataset?

Compare the shortest distance from each point to the line

Compare the vertical distance from each point to the line

Use a deep learning framework to evaluate it

Ask ChatGPT, because AI is best for AI

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the critical step of gradient descent?

Finding the direction to adjust w and b

Calculating the cost function

Setting the learning rate

Training a neural network