Consider the following dataset: Training Dataset A person named Aldo Enjoys sport under the given conditions. Concept The concept to learn is when does a person Aldo enjoy sports. The answer is Boolean : Yes – enjoys sport or No – doesn’t enjoy sport. Hypothesis Space The actual space in which we search is huge. So let us restrict to a hypothesis representation of the search space with only the attributes in the training dataset. The easiest way to represent is by taking the conjunction of all the attributes. That is, <sunny, warm, normal, strong, warm, same, yes> is a hypothesis represented by <x,c(x)>. Here c(x) is ‘yes’. We say that if it is, Sunny and warm and normal and strong and warm and same, then Aldo enjoys sports. Notations We assume the following notations as before: 0 – most specific and implies that the attribute should have no value. Attribute name – the given attributes in the table. Eg. sunny ? – the most generic where ...
Comments
Post a Comment