CS3491 Set7
CS3491 Set7
(Regulations 2021)
1. Write a program to implement the Uninformed strategy – Depth First Search considering the
following graph
2. Write a program to implement the Uninformed strategy – Breadth-First Search considering the
following graph
4. Write a program to implement the A* algorithm to find the shortest path from source to all
vertices.
5. Write a program to implement Naive Bayes models for the following problem
Assume we have to find the probability of the randomly picked card to be king given that
it is a face card.
6. Write a program to implement Bayesian Network that will model the performance of a student on
an exam.
7. Write a program to plot linear regression for Weather Conditions using the dataset Weather
Conditions in World War Two plotting the maximum and minimum temperature.
Page 1 of 2
8. Write a program to implement the random forest classifier for the following dataset
https://www.kaggle.com/datasets/elikplim/car-evaluation-data-set
https://www.kaggle.com/mltuts/social-network-ads
14. Write a program to build simple Neural Network models using Pytorch
15. Write a program to build a deep learning model using Keras Model
Page 2 of 2