Skip to content

Commit

Permalink
Add version space clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoereth committed Jul 5, 2016
1 parent 2646a0f commit 8866354
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sheet11/sheet11solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The hypothesis space for Candidate-Elimination spreads between the most general and most specific hypotheses. The other hypotheses are made up by conjunction of features which biases the learner and makes it impossible to find a disjunctive solution."
"The hypothesis space for Candidate-Elimination spreads between the most general and most specific hypotheses. The other hypotheses are made up by conjunction of features which biases the learner and makes it impossible to find a disjunctive solution.\n",
"\n",
"The version space on the other hand is a subset of the hypotheses space. It is the set of all hypotheses between and including the general and the specific boundary.\n",
"\n"
]
},
{
Expand Down

0 comments on commit 8866354

Please sign in to comment.