DEPARTMENT OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING
SEMESTER: VI ASSIGNMENT 2
MACHINE LEARNING (21AI63)
Module 1: Concept Learning
Module 2: End to End Machine Learning Concept, Classification
Module 3: Training Models
1. What is Concept Learning? Explain with a learning task.
2. Discuss Inductive Learning Hypothesis with general to specific ordering of hypothesis.
3. Explain Find-S algorithm with limitations.
4. Explain the List-Then-Eliminate algorithm.
5. Explain the Candidate Elimination algorithm.
6. Explain the Version Space.
7. Define and explain the Version Space Representation Theorem with a proof.
8. Explain the Candidate Elimination Learning algorithm.
9. Discuss the remarks on version spaces and candidate elimination algorithm.
10. Explain in detail about Inductive Bias.
11. Discuss about the performance measure.
12. Explain
a. Get the data
b. Discover and Visualize the data
c. Prepare the data
d. Select and Train the model
e. Fine Tune your model.
13. Define MNIST.
14. Discuss about training a Binary classifier.
15. Define and explain about Multiclass classification with Binary classifiers.
16. Define and explain about Multi-label classification.
17. Define and explain about Multi-output classification.
18. Explain in detail about Linear Regression.
19. Explain Gradient Descent with its types.