Module 1
3] Explain how Machine Learning is related to other major fields [or] Define Machine Learning. Explain its relationship to other fields with diagram
4] Explain different types of machine learning with a diagram
5] Explain the challenges of Machine learning. [or]Explain the major challenges faced in the implementation of Machine Learning systems.
6] Explain the Machine Learning Process model/ Data Mining Process. (with the help of CRISP-DM model.)
7] List and explain any four real-world applications of Machine Learning.
8] Define data. Explain the 6 V’s of Big Data. / Elements of Big Data
10] Explain data preprocessing with an example. / Explain data collection and data preprocessing in big data analytics. Also describe different data cleaning and normalization techniques.
11] What is Descriptive Statistics? Explain different types of data with examples.
Module 2
1] Explain the importance of Statistics and Probability in Machine Learning. Briefly describe different types of probability distributions used. /
[or] Explain continuous and discrete probability distributions

3] Apply Singular Value Decomposition (SVD) to the given matrix and explain the steps involved.

4] Explain the design of a learning system / Design a learning system for chess game


7] Explain and apply Candidate Elimination Algorithm for the given dataset.

8] Explain Modeling in Machine Learning
Module 3


x | y | Class |
---|---|---|
3 | 1 | A |
5 | 2 | A |
4 | 3 | A |
7 | 6 | B |
6 | 7 | B |
8 | 5 | B |
7] Analyze decision tree learning with its structure, advantages, and disadvantages. Explain its Algorithm with advantages and disadvantages


10] Construct a regression tree using the following Table which consists of 10 data instances and 3 attributes ‘Assessment’, ‘Assignment’ and ‘Project’. The target attribute is the ‘Result’ which is a continuous attribute. (Explain Regression Tree)

Module 4
1] Explain Bayes Theorem, Maximum A Posteriori (MAP) Hypothesis (hMAP), and Maximum Likelihood (ML) Hypothesis (hML).
[or] Discuss the fundamentals of Bayes’ Theorem and describe how it is applied for classification using the Bayes model.
[or] Define Prior Probability. Explain Bayes Theorem, hML and hMAP with an example.
2] Explain the Naive Bayes algorithm. Mention its working steps and applications.


5] Explain the concept of Artificial Neurons. Describe the Simple model of an Artificial Neuron (McCulloch and Pitts Model.)
6] Define Activation Function. Explain different types of activation functions.
7] Explain the Perceptron Model and its Learning Algorithm.
8] Analyze different types of Artificial Neural Networks with a diagram.
Module 5
2] Explain k-means clustering. List any two advantages and two disadvantages of it.
3] Apply K-Means Clustering Algorithm for the given data with initial seeds as objects 2 and 5:
Object | X-Coordinate | Y-Coordinate |
---|---|---|
1 | 2 | 4 |
2 | 4 | 6 |
3 | 6 | 8 |
4 | 10 | 4 |
5 | 12 | 4 |
4] Explain the Density-Based Methods (DBSCAN) and Grid-Based Approach (CLIQUE) in detail.
5] Explain Mean-Shift Clustering Algorithm
6] Determine characteristics, applications, and challenges of Reinforcement Learning.
8] Analyze components of Reinforcement Learning with a diagram.