0% found this document useful (0 votes)
72 views4 pages

AAM Summer 2024 Question Paper

The document is an examination paper consisting of multiple sections with questions related to machine learning concepts, algorithms, and applications. It includes questions on topics such as lazy and eager learners, feature scaling, K-nearest neighbors, support vector machines, and neural networks. Students are required to answer a specified number of questions from each section, illustrating their answers where necessary.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views4 pages

AAM Summer 2024 Question Paper

The document is an examination paper consisting of multiple sections with questions related to machine learning concepts, algorithms, and applications. It includes questions on topics such as lazy and eager learners, feature scaling, K-nearest neighbors, support vector machines, and neural networks. Students are required to answer a specified number of questions from each section, illustrating their answers where necessary.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

22683

23242
3 Hours / 70 Marks Seat No

Instrucions : (1) All Questions are compulsory.


(2) Answer cach next main Question on a new page.
(3) Illustrate your answers with neat sketches wherever necessary.
(4) Figures to the right indicate full marks.

Marks

1 Attempt any FIVE of the following : 10

(a) Define lazy learners & eager learners.


(b) What is feature scaling ?
(c) State any four applications of random forest.
(d) How to sclect value of'K' in K-nearest neighbour Algorithm?
(e) State K-Means clustering.
() List the methods which are used to find hyper parameter.
(g) Define GPT (Generative Pre-trained Transformer).

2. Attempt any THREE of the following : 12

(a) Describe process of feature engineering.


(b) Demonstrate working of decision tree algorithm with attribute selection
measures.

(c) Describe dimensionality reduction with example.


(d) Describe activation function in neural network.

P.T.0.
|1 of 4|
22683 |2 of 4]
3. Attempt any THREE of the following : 12

(a) List any two advantages and disadvantages of support vector machine.

(b) Describe Principle Component Analysis (PCA) method for dimensionality


reduction.

(C) With the suitable example, explain how Bayes Theorem is applied.
(d) Give classifications of RNN & CNN.

4
Attempt any THREE of the following : 12

(a) Explain hold out method for model selection.

(b) Describe two types of ensemble learning methods.


(c) Explain the types of support vector machines.
(d) Explain common use cases of backpropagation ANN.

5. Attempt any TWO of the following : 12

(a) Consider following training dataset of weather, apply naive bayes


classification on given data and solve the given problem statement :
Weather| S R S S R R R ol o R
Play NY Y Y Y Y NN Y Y N Y Y N
S- Sunny N-No

O-Overcast Y- Yes

R- Rainy
Fig: Sample dataset
Problem statement:

(i) Player will play if weather is sunny. Is this statement correct ?


22683 |3 of 4]
(b) Implement python code for given steps to implement KNN algorithm:
(i) Import suitable modules (import kneighbor classification)
(ii) Create dataset

(ii) Visualize dataset


(iv) Splitting data into training and testing set
(V) KNN classifier implementation
(vi) Prediction for KNN classifier

(c) Describe CNN. Write steps to build an image classification model using CNN.

6. Attempt any TWO of the following : 12

(a) Describe ANN with its applications.

(b) Describe three approaches of transfer learning.

(C) Write python code to implement K-means clustering for given steps :
() Import libraries

(ii) Prepare sample data


(iiü) Choose no. of cluster (K)

(iv) Fit data to algorithm


(v) Get cluster center

(vi) Get labels


22683 |4 of 4]

You might also like