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

edit #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

edit #283

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 book/thy.tex
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ \section{Probably Approximately Correct Learning}
at most $5\%$ error. If this situtation is guaranteed to happen, then
this hypothetical learning algorithm is a PAC learning algorithm. It
satisfies ``probably'' because it only failed in one out of ten cases,
and it's ``approximate'' because it achieved low, but non-zero, error
and its ``approximate'' because it achieved low, but non-zero, error
on the remainder of the cases.

This leads to the formal definition of an $(\ep,\de)$ PAC-learning
Expand Down Expand Up @@ -510,7 +510,7 @@ \section{Complexity of Infinite Hypothesis Spaces}
dimension is the \emph{maximum} number of points for which you can
always find such a classifier.

\thinkaboutit{What is that labeling? What is it's name?}
\thinkaboutit{What is that labeling? What is its name?}

You can think of VC dimension as a game between you and an adversary.
To play this game, \emph{you} choose $K$ unlabeled points however you
Expand Down