BHAGWAN MAHAVIR UNIVERSITY
Bachelor of Technology (Information Technology)
Semester: VII
Subject:Basics of MachineLearning– Theory
1. Difference between Human Learning and Machine Learning.
2. Explain Types of Machine Learning.
3. Explain different type Applications of Machine Learning with examples.
4. Give Difference between Machine learning vs Deep learning.
5. Give Difference Between Supervised machine learning vs Unsupervised machine
learning.
6. Explain term Concepts of probability, Random variables,Multiple random variables.
7. Explain Term Discrete distributions, Continuous distributions.
8. Explain Feature and Feature Engineering, Feature transformation Construction and
extraction.
9. Explain different Machine Learning activities.
10. Explain Types of data in Machine Learning.
11. Explain Data Preprocessing in machine learning.
12. Explain term Dimensionality reduction, Feature subset selection.
13. Explain Modeling and Evaluation in Machine Learning.
14. Explain K-Nearest Neighbors algorithm.
15. Explain Classification Trees.
16. Explain Support Vector Machines in Machine Learning.
17. Explain Clustering in Machine Learning.
18. Explain Basic Concepts and applications of Regression.
19. Explain Simple Linear Regression with Example.
20. Explain Multiple Linear Regression with Example.
21. Give Difference between Linear regression and Nonlinear regression.
22. Explain Evaluation Measures for Regression Techniques.
23. Explain Bayesian theorem with Example.
24. Give Difference between Bayesian Belief Network and Neural Networks.
25. Give Difference between neural networks vs. knowledge-based systems.
26. Explain Supervised Machine learning with Examples.
27. Explain UnSupervised Machine learning with Examples.
28. Explain find –S algorithm with given example. Give its application.
29. What are the basic design issues and approaches to machine learning?
30. Differentiate between Training data and Testing Data.
31. What are the issues in Machine Learning?
32. What do you mean by Concept Learning?
33. Write the steps of the ID3 Algorithm.
34. What is Squashing Function?
35. How do you classify text using Bayes Theorem?
36. Discuss Maximum Likelihood and Least Square Error Hypothesis.
37. Define the following terms \
a. Sample error b. True error c. Random Variable d. Expected value
e. Variance f. standard Deviation
[Link] wants to be able to discriminate between Martians (M) and Humans (H) based on the
following characteristics: Green ∈{N, Y} , Legs ∈{2,3} , Height ∈{S, T}, Smelly ∈{N, Y}
Our available training data is as follows:
Greedily learn a decision tree using the ID3 algorithm and draw the tree.
39. Define (a) Preference Bias (b) Restriction Bias .
[Link] Naïve Bayes Classifier with an Example.