My Cart
Your Cart 0

    Your cart is empty.

  • Total (Amount) ₹0.00
Previous year question hub

Machine Learning - Data Science & Artificial Intelligence Previous Year Questions

Practice Machine Learning - Data Science & Artificial Intelligence previous year questions organised from real papers, with year-wise coverage and clear topic navigation.

3Papers
3Years
21Questions
1Topics

Machine Learning question pattern

Every graph below is calculated only from this selection.

Questions by year

Year-wise coverage for Machine Learning. Each bar uses a separate theme-derived color.

Difficulty distribution

How the classified questions are distributed by difficulty.

Easy 14 66.7%
Medium 7 33.3%

Question type distribution

MCQ, numerical, multiple-select and other formats found in these papers.

MCQ 9 42.9%
Numerical Answer Type (NAT) 7 33.3%
MSQ 5 23.8%

Subject weightage

Top subjects by unique question coverage.

Data Science & Artificial Intelligence
21 Qs

Most asked topics

Top topics across the included previous year papers.

Machine Learning
21 Qs

Subtopic coverage

Top subtopics inside this exact selection.

Supervised Learning
17 Qs
Unsupervised Learning
4 Qs

Paper coverage

Question coverage for the most populated papers. Every active PYP paper remains listed below.

Data Science and Artificial Intelligence (DA) 2026
8 Qs
Data Science & Artificial Intelligence (DA) 2025
6 Qs
Data Science & Artificial Intelligence (DA) 2024
7 Qs

Browse by subtopics

Open a focused page built from the same verified paper data.

Included previous year papers

Newest papers appear first. Sort by year, question coverage or name.

PaperYear / sessionQuestions in this viewOpen
Data Science and Artificial Intelligence (DA) 202620268View paper
Data Science & Artificial Intelligence (DA) 202520256View paper
Data Science & Artificial Intelligence (DA) 202420247View paper

Sample previous year questions

A varied preview from the papers represented in this selection, with every available option.

1
2024 · Data Science & Artificial Intelligence · Machine Learning · Supervised Learning
Data Science & Artificial Intelligence (DA) 2024
Consider the dataset with six datapoints: \( \{(\mathbf{x}_1, y_1), (\mathbf{x}_2, y_2), \ldots, (\mathbf{x}_6, y_6)\} \), where \( \mathbf{x}_1 = \begin{bmatrix} 1 \\ 0 \end{bmatrix} \), \( \mathbf{x}_2 = \begin{bmatrix} 0 \\ 1 \end{bmatrix} \), \( \mathbf{x}_3 = \begin{bmatrix} 0 \\ -1 \end{bmatrix} \), \( \mathbf{x}_4 = \begin{bmatrix} -1 \\ 0 \end{bmatrix} \), \( \mathbf{x}_5 = \begin{bmatrix} 2 \\ 2 \end{bmatrix} \), \( \mathbf{x}_6 = \begin{bmatrix} -2 \\ -2 \end{bmatrix} \), and the labels are given by \( y_1 = y_2 = y_5 = 1 \), and \( y_3 = y_4 = y_6 = -1 \). A hard margin linear support vector machine is trained on the above dataset.
Which ONE of the following sets is a possible set of support vectors?
Open complete paper
2
2025 · Data Science & Artificial Intelligence · Machine Learning · Supervised Learning
Data Science & Artificial Intelligence (DA) 2025
Consider designing a linear classifier \[ y = \text{sign}(f(x; w, b)), \quad f(x; w, b) = w^\top x + b \] on a dataset \(D = \{(x_1, y_1), (x_2, y_2), \ldots, (x_N, y_N)\}\), \(x_i \in \mathbb{R}^d\), \(y_i \in \{+1, -1\}\), \(i = 1, 2, \ldots, N\). Recall that the sign function outputs +1 if the argument is positive, and -1 if the argument is non-positive. The parameters \(w\) and \(b\) are updated as per the following training algorithm: \[ w_{new} = w_{old} + y_n x_n, \quad b_{new} = b_{old} + y_n \] whenever \(\text{sign}(f(x_n; w_{old}, b_{old})) \ne y_n\). In other words, whenever the classifier wrongly predicts a sample \((x_n, y_n)\) from the dataset, \(w_{old}\) gets updated to \(w_{new}\) and likewise \(b_{old}\) gets updated to \(b_{new}\). Consider the case \((x_n, +1), f(x_n; w_{old}, b_{old}) < 0\). Then
Open complete paper
3
2026 · Data Science & Artificial Intelligence · Machine Learning · Supervised Learning
Data Science and Artificial Intelligence (DA) 2026
Consider that you are training a classifier for a 10-class classification problem. Each input is represented as a 512-dimensional vector. There are 1000 samples, out of which first 100 will be used for testing. Let Leave-One-Out-Cross-Validation (LOOCV) be used for selection of the classifier model before testing. Which of the following options is the correct number of validation splits that will be generated?
Open complete paper
4
2024 · Data Science & Artificial Intelligence · Machine Learning · Unsupervised Learning
Data Science & Artificial Intelligence (DA) 2024
Euclidean distance based k-means clustering algorithm was run on a dataset of 100 points with k = 3. If the points \(\begin{bmatrix} 1 \\ 1 \end{bmatrix}\) and \(\begin{bmatrix} -1 \\ 1 \end{bmatrix}\) are both part of cluster 3, then which ONE of the following points is necessarily also part of cluster 3?
Open complete paper
5
2025 · Data Science & Artificial Intelligence · Machine Learning · Unsupervised Learning
Data Science & Artificial Intelligence (DA) 2025
Let \(C_1\) and \(C_2\) be two sets of objects. Let \(D(x, y)\) be a measure of dissimilarity between two objects \(x\) and \(y\). Consider the following definitions of dissimilarity between \(C_1\) and \(C_2\):
\[\mathbf{DIS-1}(C_1, C_2) = \max_{x \in C_1, y \in C_2} D(x, y)\]
\[\mathbf{DIS-2}(C_1, C_2) = \min_{x \in C_1, y \in C_2} D(x, y)\]
Which of the following statements is/are correct?
Open complete paper
6
2026 · Data Science & Artificial Intelligence · Machine Learning · Unsupervised Learning
Data Science and Artificial Intelligence (DA) 2026
In the following table, the Task column lists a few tasks related to machine learning. The Algorithm column lists a few algorithms.
Each entry “t” from the Task column is to be matched with an appropriate entry “a” from the Algorithm column such that the task “t” can be solved using the algorithm “a”. Denote such a match as t : a
TaskAlgorithm
T1 – ClusteringA1 – Markov Chain Monte Carlo
T2 – ClassificationA2 – K-Medoid
T3 – SamplingA3 – Linear Discriminant Analysis
T4 – Feature ExtractionA4 – Naive Bayes

Which of the following options is/are the correct matching(s)?
Open complete paper