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

ML Question Bank

This document is a question bank for a Machine Learning course at Government First Grade College, T.Dasarahalli, Bengaluru, prepared by Dr. Rashmi M. It includes short and long answer questions divided into four units covering topics such as supervised and unsupervised learning, data pre-processing, algorithms, and clustering techniques. The question bank is intended for NEP-BCA Sixth Semester students for the academic year 2023-2024.

Uploaded by

vickyroops05
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)
28 views4 pages

ML Question Bank

This document is a question bank for a Machine Learning course at Government First Grade College, T.Dasarahalli, Bengaluru, prepared by Dr. Rashmi M. It includes short and long answer questions divided into four units covering topics such as supervised and unsupervised learning, data pre-processing, algorithms, and clustering techniques. The question bank is intended for NEP-BCA Sixth Semester students for the academic year 2023-2024.

Uploaded by

vickyroops05
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

GOVERNMENT FIRST GRADE COLLEGE

T.Dasarahalli, Bengaluru.

Department of Computer Applications

Machine Learning
Question Bank

Dr. Rashmi M
Faculty in Computer Application,
GFGC, T.Dasarahalli, Bengaluru.

NEP- BCA Sixth Semester (CA-C27T)


(NEP Scheme) 2023-2024
Machine Learning Question Bank VI sem BCA

Unit I

Short Answer Questions:

1. What is Machine Learning?


2. How Machine Learning is different from Traditional Learning?
3. What are the two phases of Machine Learning? How desired result is different from actual
result?
4. What are the personalization applications of Machine Learning?
5. Explain Machine Learning Algorithms.
6. What is supervised learning?
7. What is reinforcement learning?
8. What is regression?

Long Answer Questions:

1. What is Machine Learning, what are the needs of Machine Learning, explain with a real- time
example?
2. Explain Machine Learning according to Professor Mitchell. And what are the challenges of
Machine Learning?
3. Explain the applications of Machine Learning.
4. Explain Machine Learning Algorithms.
5. Explain supervised learning.
6. What are unsupervised learning algorithms?

Unit II

Short Answer Questions:

1. What is Data Wrangling?


2. What is model evaluation?
3. What is big picture pre-processing?
4. What is Image Augmentation?
5. What is data pre-processing mention the steps involved in data pre- processing?
6. What is python? What are the usage of numpy and matplotlib?
7. How do you import csv and excel datasets into python program?
8. What are Dummy Variables, used in data pre-processing?
9. What is feature scaling?
10. Why python for Machine Learning techniques?
11. How supervised learning models are evaluated?
12. What are data visualization libraries of python?
13. How to install required library of python?

Dr RASHMI M, Dept of Computer Application, GFGCTD |2


Machine Learning Question Bank VI sem BCA

Long Answer Questions:

1. Mention the differences between Machine Learning algorithms.


2. Brief- out features of Machine Learning.
3. Explain Scikit- Learn Library.
4. What are dataframes? Which is the required library? Explain about the dependent library also.
Explain big picture pre-processing.
5. What is the importance of data pre- processing?
6. What are the steps involved in data pre- processing?
7. Explain extraction of dependent and independent variables in python.
8. Explain handling of missing data in python.
9. Explain splitting the dataset concept.

Unit III

Short Answer Questions:

1. Explain supervised learning.


2. What is classification and regression?
3. What is KNN algorithm and mention the steps involved in KNN Algorithm?
4. What is the importance of Weighted KNN?
5. Mention the metrics used for categorical features in measuring distance.
6. What is Gini Index?
7. What is Entropy?
8. What is Information Gain?

Long Answer Questions:

1. What are the features of KNN?


2. What are the advantages and disadvantages of KNN?
3. Explain distance measure metrics used in supervised learning.
4. Calculate Distance Measure Metrics: Manhattan and Minkowski for some given features.
5. Brief out the Classification algorithms (KNN, Decision Tree, and Bayes Classifier).
6. Find label (medium/ large) for new instance: Heigth=157, Weight=58 using weighted KNN.
Height 150 155 160 161 158
Weight 50 55 60 59 65
Target Label Medium Medium Large Large Large
7. What is confusion Matrix? What are the metrics used in confusion matrix?
8. Explain Decision Tree Algorithm.
9. What are the features of Decision Tree algorithm?
10. What are the advantages and disadvantages of Decision Tree algorithm?
11. Explain Naive Bayes Classifier.
12. Differentiate between linear and logistic regression.

Dr RASHMI M, Dept of Computer Application, GFGCTD |3


Machine Learning Question Bank VI sem BCA

Unit IV

Short Answer Questions:

1. What is K-means clustering?


2. What are the techniques of unsupervised learning?
3. Explain clustering in brief.
4. What is Density- Based Clustering?
5. What are the parameters used in Agglomerative clustering?
6. What is partitioning Based Clustering?
7. Brief out the types of clustering algorithm.
8. What are the parameters/ metrics used in DBSCAN algorithm?

Long Answer Questions:

1. Explain the strength and weakness of the k-means algorithm.


2. Mention few applications of unsupervised learning.
3. What is density- based clustering? Explain its working by taking suitable examples.
4. What do you mean by Association Rules? Discuss the various metrics used to evaluate the
quality and importance of the discovered association rules.
5. Explain how unsupervised is different from supervised learning? Explain with examples.
6. What is hierarchical clustering? Explain agglomerative and divisive algorithms with example.
7. Explain clustering for image segmentation.

Dr RASHMI M, Dept of Computer Application, GFGCTD |4

You might also like