CS3491 Set6
CS3491 Set6
Fourth Semester
(Regulations 2021)
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.
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
Page 1 of 2
11 Write a python program to implement multiple regression.
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