0% found this document useful (0 votes)
8 views2 pages

ML-2024 MSC

The document outlines an examination paper for a course on Machine Learning using Python, including various questions on topics such as Bayesian Belief Networks, radial basis function networks, and Python programming modules. It consists of compulsory questions and additional questions from different units covering string manipulation, data analysis, machine learning issues, and implementation of algorithms like SVM. The paper emphasizes practical programming skills and theoretical understanding in the context of machine learning.

Uploaded by

Ash
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)
8 views2 pages

ML-2024 MSC

The document outlines an examination paper for a course on Machine Learning using Python, including various questions on topics such as Bayesian Belief Networks, radial basis function networks, and Python programming modules. It consists of compulsory questions and additional questions from different units covering string manipulation, data analysis, machine learning issues, and implementation of algorithms like SVM. The paper emphasizes practical programming skills and theoretical understanding in the context of machine learning.

Uploaded by

Ash
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/ 2

9.

(a) Discuss the Bayesian Belief Networks in


Roll No. .......................... Total Pages : 04
brief. 7.5
(b) Discuss the concept of radial based function CMCS/M-24 24541
network. 7.5 MACHINE LEARNING USING PYTHON
Paper : MS-20-42
Time : Three Hours] [Maximum Marks : 75

Note : Attempt Five questions in all, selecting one question


from each Unit. Q. No. 1 is compulsory. All questions
carry equal marks.

Compulsory Question

1. (a) What are the different ways to find string slices ?


(b) Enlist the various statistical functions in NumPy.
(c) What is random forest ?
(d) What is machine learning ?
(e) Comment on the significance of inductive bias.
(f) Differentiate between finite hypothesis and infinite
hypothesis space. 6×2.5=15

Unit I

2. Explain the purpose and use of the following modules in


Python : 15
(i) os
(ii) glob

L-24541 4 100 (7-13/5) L-24541 P.T.O.


(iii) sys (b) Discuss the various types of plots you can draw in

(iv) re matplotlib using examples. 7.5

(v) statistics. 5. (a) How can you clean, index and combine data sets
using Pandas ? 7.5
3. (a) How user-defined exceptions are created in Python ?
(b) How can you implement SVM for data analysis
Explain by writing a program in Python which
using Scikit learn ? Explain in brief. 7.5
handles an exception if age entered greater than 60
or less than 21. 7.5
Unit III
(b) Write a program that uses a dictionary that contains
ten user names and passwords. The program should 6. (a) Discuss the various issues in machine learning in
ask the user to enter their user name and password. detail. 7.5
If the user name is not in the dictionary, the program (b) Write and explain Candidate-Elimination
should indicate that the person is not a valid user algorithm. 7.5
of the system. If the user name is in the dictionary,
7. (a) Describe the various issues in decision tree learning
but the user does not enter the right password, the
using appropriate examples. 7.5
program should say that the password is invalid. If
(b) How can you implement SVM for data analysis
the password is correct, then the program should
using Scikit learn ? Explain in brief. 7.5
tell the user that they are now logged in to the
system. 7.5 Unit IV

Unit II 8. What is mistake-bound model for learning ? How can


you find mistake-bound for various algorithms ?
4. (a) What are the various data types in NumPy ? Explain
Explain. 15
using suitable examples. 7.5
L-24541 2 (7-13/6) L-24541 3 P.T.O.

You might also like