
USTH Probability and Machine Learning Flashcard

Flashcard
•
Quizizz Content
•
Information Technology (IT)
•
University
•
Hard
Student preview

45 questions
Show all answers
1.
FLASHCARD
Front
What is the probability of drawing a king from a standard deck of cards?
Back
1/52
2.
FLASHCARD
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
Front
What is Bayes' theorem?
Back
P(A|B) = P(B|A) × P(A) / P(B)
4.
FLASHCARD
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
Front
In the context of probability theory, what does MLE stand for?
Back
Maximum Likelihood Estimation
6.
FLASHCARD
Front
What does the regex pattern "^[a-z]+$" match?
Back
One or more lowercase letters from start to end of a string
7.
FLASHCARD
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,}$
8.
FLASHCARD
Front
What does the regex pattern "\b\w{3}\b" match?
Back
Any three-letter word
9.
FLASHCARD
Front
Which regex metacharacter is used to match the beginning of a line?
Back
^
10.
FLASHCARD
Front
In regex, what does the "?" quantifier mean?
Back
Zero or one occurrence of the preceding element
Explore all questions with a free account
Popular Resources on Quizizz
STAAR reading review

•
4th - 5th Grade
7th STAAR Reading Review

•
7th Grade
STAAR Reading Review

•
4th - 7th Grade
STAAR reading vocabulary

•
4th - 5th Grade
STAAR Reading Review

•
3rd - 5th Grade
Reading STAAR Review

•
4th Grade
7th grade STAAR Reading Review

•
7th Grade
Revising and Editing

•
4th Grade