Recall Concept Learning and also Explain hypothesis space of Find-S.


Concept Learning :- Acquiring the definition of a general category from given sample positive and negative training examples of the category. Concept Learning can seen as a problem of searching through a predefined space of potential hypotheses for the hypothesis that best fits the training examples. 

General Hypothesis :- Hypothesis, in general, is an explanation for something. The general hypothesis basically states the general relationship between the major variables.

1. The process starts with initializin generally, it is the first positive example in the data set. 

2. We check for each positive example. If the example is negative, we will move on to the next example but if it is a positive example we will consider it for the next step. 

3. We will check if each attribute in the example is equal to the hypothesis value. 

4. If the value matches, then no changes are made. 

5. If the value does not match, the value is changed to ‘?’. 

6. We do this until we reach the last positive example in the data set.



Share to whatsapp

More Questions from Artificial Intelligence Module 0

List out the steps of Candidate Elimination Algorithm. Apply the algorithm to obtain the final version space for the training example.
View
Describe the issues of Knowledge Representation.
View
A Water Jug Problem: You are given two jugs, a 4-gallon one and a 3-gallon one, a pump which has unlimited water which you can use to fill the jug, and the ground on which water may be poured. Neither jug has any measuring markings on it. How can you get exactly 2 gallons of water in the 4-gallon jug (i) Write down the production rules for the above problem ii) Write any one solution to the above problem
View
Construct Decision trees to represent the following Boolean functions, (i) A and B (ii) A or [B and C]
View
Recall Concept Learning and also Explain hypothesis space of Find-S.
View

What is AI and how is it being used in different industries?


View
Outline the ID3 Decision Tree Learning method.
View