0% found this document useful (0 votes)
20 views

CS3491 Set6

It's a model question paper

Uploaded by

hari99hkm2004
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

CS3491 Set6

It's a model question paper

Uploaded by

hari99hkm2004
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

B.E / B.Tech.

PRACTICAL END SEMESTER EXAMINATIONS, APRIL/MAY 2023

Fourth Semester

CS3491 - ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING

(Regulations 2021)

Time : 3 Hours Answer any one Question Max. Marks 100

Aim/Principle/Apparatus Tabulation/Circuit/ Calculation Viva-Voce Record Total


required/Procedure Program/Drawing & Results
20 30 30 10 10 100

1 Write a python program to implement BFS the graph is implemented as an adjacency list.

2 Write a python program to implement DFS the graph is implemented as an adjacency list.

3 Write a python program to implement informed search algorithms using A* algorithm.

4 Write a python program to implement informed search algorithms using memory-bounded A*


algorithm.

5 Write a python program to implement Gaussian naïve bayes models

6 Write a python program to implement Bernoulli naïve bayes models

7 Write a python program to implement Multinomial naïve bayes models

8 Write a program to construct a Bayesian network considering medical data. Use this model to
demonstrate the diagnosis of heart patients using standard Heart Disease Data Set. You can use
Python ML library classes/API

9 Write a python program to implement K-Nearest Neighbor

10 Write a python program to implement linear regression.

Page 1 of 2
11 Write a python program to implement multiple regression.

12 Write a python program to implement decision trees and random forests

13 Write a program to building SVM models for both classification and regression using Python and
scikit-learn library.

14 Write a program to implementations of Random Forest (an ensemble of decision trees using
Bagging) and Gradient Boosting in Python using scikit-learn library

15 Write a python program to implement K-means using Python and scikit-learn library

16 Write a python program to implement Agglomerative Hierarchical Clustering, using Python and
scikit-learn library

17 Write a python program to implement the EM algorithm for Bayesian networks in Python

18 Write a python program to building a simple neural network model using Python and the Keras
library

19 Write a python program to building a deep neural network model using Python and the Keras
library(multi-layer perceptron (MLP) model for multi-class classification)

20 Write a python program to implementation of Breadth-First Search (BFS) and Depth-First Search
(DFS) algorithms

Page 2 of 2

You might also like