Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 Typos Updated lecture4-classification.ipynb #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aml-book/contents/lecture4-classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"from Fisher's paper. Note that it's the same as in R, but not as in the UCI\n",
"Machine Learning Repository, which has two wrong data points.\n",
"\n",
"This is perhaps the best known database to be found in the\n",
"This is perhaps the best-known database to be found in the\n",
"pattern recognition literature. Fisher's paper is a classic in the field and\n",
"is referenced frequently to this day. (See Duda & Hart, for example.) The\n",
"data set contains 3 classes of 50 instances each, where each class refers to a\n",
Expand Down Expand Up @@ -971,7 +971,7 @@
"source": [
"### Probabilistic Interpretations\n",
"\n",
"Interestingly, the logistic model can also be interpreted as outputing a class membership probability. Specifically, the model defines a conditional probability $P_\\theta(y|x)$ distribution as follows:\n",
"Interestingly, the logistic model can also be interpreted as outputting a class membership probability. Specifically, the model defines a conditional probability $P_\\theta(y|x)$ distribution as follows:\n",
"\n",
"$$\n",
"\\begin{align*}\n",
Expand Down