-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AIMA: Added key terms and section headers from 20.1 and 20.2
- Loading branch information
1 parent
6c7aee0
commit a85f1cc
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
...ses/AI/AIMA Textbook Notes/AIMA - Chapter 20 - Learning Probabilistic Models.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
tags: | ||
- OMSCS | ||
- AI | ||
- AIMA | ||
- ML | ||
--- | ||
# AIMA - Chapter 20 - Learning Probabilistic Models | ||
|
||
## 20.1 Statistical Learning | ||
Key terms and section headers | ||
- data | ||
- hypotheses | ||
- evidence | ||
- bayesian learning | ||
- hypothesis prior | ||
- likelihood | ||
- maximum a posteriori (MAP, pronounced M-A-P) | ||
- minimum description length (MDL) | ||
- uniform | ||
- maximum-likelihood hypothesis ($h_{ML}$) | ||
|
||
## 20.2 Learning with Complete Data | ||
key terms and section headers | ||
- density estimation | ||
- complete data | ||
- parameter learning | ||
- maximum-likelihood parameter learning : discrete models | ||
- log likelihood | ||
- Naive Bayes Models | ||
- generative and discriminative models | ||
- generative model | ||
- discriminative model | ||
- maximum-likelihood parameter learning : continuous models | ||
- linear-Gaussian | ||
- linear regression | ||
- Bayesian parameter learning | ||
- beta distributions | ||
- hyperparameters | ||
- virtual counts | ||
- parameter independence | ||
- Bayesian linear regression | ||
- uninformative prior | ||
- learning Bayes net structures | ||
- Density estimation with nonparametric models | ||
- nonparametric density estimation | ||
- k-nearest-neighbors | ||
- kernel functions | ||
|
||
## 20.3 Learning with Hidden Variables: The EM Algorithm | ||
(skipped for now) |