USTH Probability and Machine Learning Flashcard

USTH Probability and Machine Learning Flashcard

Assessment

Flashcard

Information Technology (IT)

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

45 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the probability of drawing a king from a standard deck of cards?

Back

1/52

2.

FLASHCARD QUESTION

Front

In probability theory, what does conditional independence between events A and B given C mean?

Back

P(A ∩ B|C) = P(A|C) × P(B|C)

3.

FLASHCARD QUESTION

Front

What is Bayes' theorem?

Back

P(A|B) = P(B|A) × P(A) / P(B)

4.

FLASHCARD QUESTION

Front

What does the chain rule of probability state?

Back

P(A,B,C) = P(A) × P(B|A) × P(C|A,B)

5.

FLASHCARD QUESTION

Front

In the context of probability theory, what does MLE stand for?

Back

Maximum Likelihood Estimation

6.

FLASHCARD QUESTION

Front

What does the regex pattern "^[a-z]+$" match?

Back

One or more lowercase letters from start to end of a string

7.

FLASHCARD QUESTION

Front

Which regex pattern would correctly match an email address in the format "username@domain.com"? Options: ^[a-zA-Z0-9]+@[a-zA-Z0-9]+\.[a-zA-Z]{2,}$, \w+@\w+\.\w+, ^[\w.]+@[\w.]+\.[a-zA-Z]{2,}$, [a-z]+@[a-z]+\.[a-z]+

Back

^[\w.]+@[\w.]+\.[a-zA-Z]{2,}$

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?