AI Unit3 Notes
AI Unit3 Notes
Unit 3
What is Planning in AI
Classification: Regression:
Some of the classification algorithms are The dependent variable varies
1. Decision Tree continuously in terms of the
2. Naïve Bayes independent variable.
3. Random Forest
4. Support Vector Machine
2. Unsupervised Learning
3. Reinforcement Learning
Usage of Machine Learning
Inductive Learning
Inductive Learning
Inductive Learning
Inductive Learning
Measuring the Performance of Inductive Learning Algorithm
1. Collect a large set of examples.
2. Divide it into two disjoint set; Training set and Test set
3. Use the learning algorithm with training set as example to
generate the hypothesis H.
4. Measure the percentage of examples in the test set that are
correctly classified by Hypothesis H.
5. Repeat steps 1 to 4 for different sizes of training sets
Eg: Monkeys in Goa eat Bananas
Monkeys in bangalore eat Bananas
Conclusion: All monkeys eat Bananas.
Inductive Learning