Machine Learning Tech. (Unit-1), KAI-601

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

MACHINE LEARNING TECHNIQUES – KAI 601

UNIT-1
Some Important Questions:

1. Define the term AI and its goal. How machine learning is different from that of AI?

2. Compare and contrast between supervised, unsupervised and reinforcement learning

3. What are the applications of Machine learning?

4. Describe the issues in machine learning.

5. Describe the process involved in machine learning?

6. How machine learning language is different from traditional programming language?

7. Explain Find-S Algorithm.

8. Apply the FIND-S algorithm by hand on the given training set. Consider the examples in the
specified order and write down your hypothesis each time after observing an example.

9. Explain Candidate Elimination Algorithm.


10. Apply candidate elimination algorithm on the given data; and find the consistent hypothesis.

Example Size Color Shape Class/Label


1 Big Red Circle No
2 Small Red Triangle No
3 Small Red Circle Yes
4 Big Blue Circle No
5 Small Blue Circle Yes

You might also like