• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
Random Variables
Take on one more more values (Ex Roll for a dice can be 1, 2 ,3 ..)
Joint Variables
Multiple Variable probabilities P(A, B)
Marginialization
Sum accross a row or column
COnditional Probability
Whats the probability of even A given that I know event B is true.

P(A|B) = P(A | B) / P(B)
Marginilization General Rule
P(X,Y,Z) and want P(X,Y) sum over Z
Bayes Rule
P(B|A) = [P(A|B) * P(B)] / P(A)
Indepence
P(A,B) = P(A) * P(B)
Conditional Indepence
P(A | B,C) =

[P(B | A) * P(C | A) * P(A)] / P(B,C)
Naive Bayes
P(Cause) * Prod(P(Event | Cause)) / [ Summation Over Cause (P(Cause) * Prod(P(Event | Cause))
Iterative Vs. Search Solutions
Iterative returns the goal as a solution while searches return the path