Friday Night Quiz 3 by Sayed Ahmed

Friday Night Quiz 3 by Sayed Ahmed

10th Grade - Professional Development

5 Qs

quiz-placeholder

Similar activities

Google Cloud Big Data and Machine Learning Fundamentals

Google Cloud Big Data and Machine Learning Fundamentals

Professional Development

8 Qs

Basic hand tools

Basic hand tools

8th Grade - University

10 Qs

CONVOCATORIA BD2

CONVOCATORIA BD2

University

8 Qs

Technical Drafting

Technical Drafting

11th Grade

8 Qs

DSS-QUIZ

DSS-QUIZ

University

10 Qs

AI-900 - Fundamentals - Simulado 02

AI-900 - Fundamentals - Simulado 02

Professional Development

10 Qs

Business Analytics

Business Analytics

Professional Development

10 Qs

Gagne's Nine Events of Instructions

Gagne's Nine Events of Instructions

University

9 Qs

Friday Night Quiz 3 by Sayed Ahmed

Friday Night Quiz 3 by Sayed Ahmed

Assessment

Quiz

Architecture, Instructional Technology

10th Grade - Professional Development

Hard

Created by

Sayed Ahmed

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the true statements

we can use clustering algorithms to discover implicit grouping within the data

Autoencoders is a supervised learning algorithm

k-means is Density-based clustering

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select true statement about clustering

the goal is to maximize intra-cluster distance

the goal is to maximize intra-cluster similarity

in Distribution-based clustering the algorithm clusters members that are closely packed together

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

which statements are true

Precision refers to proportion of Actual positive casses that were correctly identified

if your model always outputs a positive prediction, it would have 100% recall but be completely uninformative

F1 score = 2 * Precision * Recall / Precision + recall

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select correct statements

The Linear Regression and Logistic Regression is used for solving Regression problems

in Linear regression Gradient descent can help minimizing error at each step of the model training process

residual should be normally distributed

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

select correct statement

Deep learning is a Parametric approach

Deep learning requires massive amounts of training data

explicit feature engineering required in classical ML