6: Tutorial stuff Flashcards
What does nCr expand to?
nCr = n! / r! * (n - r)!
What is a full joint distribution?
???
How do you find missing probabilities in full joint distributions?
???
What is a Bayesian network?
A dag map of probabilistic connections between probabilities such that an arrow points from a probability that is conditionally dependant on another to the othe
How do you build a Bayesian network?
???
How do you draw a Bayesian network?
???
What is a knowledge base (in logic)?
???
What are entailments?
???
When can you infer entailments?
???
What is a most general unifier?
???
What is a unifier?
???
What is unification?
???
What is substitution?
???
How does unification work?
???
What is the factoring rule?
???
How does the factoring rule work?
???
What is an 8-puzzle?
???
What is NY taxi distance?
min non-diagonal node by node distance between two points on a graph (vertical and horizontal moves only)
What is Manhattan distance?
min non-diagonal node by node distance between two points on a graph (vertical and horizontal moves only)
What is backprop?
???
How does backprop work?
???
How does backprop relate to steepest gradient descent?
???
How do you find the error-weight gradient for a unit behind a current hidden one, given its output (input into the current one)?
???
How do gradients come to explode or vanish when the chain rule is applied to multiple hidden layers?
???