- Write a program to implement water jug problem
- Write a program to conduct heuristic search
- Write a program to implement A* algorithm
- Write a program to implement search problem of 3x3 puzzle
- https://visualstudiomagazine.com/articles/2015/10/30/sliding-tiles-c-sharp-ai.aspx
- https://github.com/YahyaAlaaMassoud/Sliding-Puzzle-A-Star-Solver
- https://replit.com/@Jaspirian/SimilarWoodenMemoryallocator#main.py
- https://stackoverflow.com/questions/49003059/n-puzzle-a-star-python-solver-efficiency
- Write a program to construct Bayesian network from data.
- https://en.wikipedia.org/wiki/Bayesian_network
- https://towardsdatascience.com/how-to-train-a-bayesian-network-bn-using-expert-knowledge-583135d872d7
- https://tangyuq.github.io/teachings/cis7414x/internal/80_BayesianAI.pdf
- https://www.turing.com/kb/an-overview-of-bayesian-networks-in-ai
- https://www.edureka.co/blog/bayesian-networks/
- https://www.ics.uci.edu/~rickl/courses/cs-171/2012-wq-cs171/2012-wq-cs171-lecture-slides/2012wq171-17-BayesianNetworks.pdf
- https://ocw.mit.edu/courses/hst-951j-medical-decision-support-spring-2003/96e36fa1484c29f1cb8f2322162bf3b7_lecture6.pdf
- https://www.youtube.com/watch?v=TuGDMj43ehw
- https://www.kaggle.com/code/dhruvdeshmukh/constructing-the-bayesian-networks-in-python
- https://machinelearningmastery.com/naive-bayes-classifier-scratch-python/
- https://towardsdatascience.com/introduction-to-bayesian-networks-81031eeed94e
- Write a program to infer from Bayesian network
- https://www.cse.unsw.edu.au/~cs9417ml/Bayes/Pages/Bayesian_Networks_Inference.html
- https://www.cs.cmu.edu/~guestrin/Class/10701/recitations/r9/var_elim_recitation_unanimated.pdf
- https://ocw.mit.edu/courses/6-825-techniques-in-artificial-intelligence-sma-5504-fall-2002/7119c2c7a9d00760da07077d9c59c55f_Lecture16FinalPart1.pdf
- Write a program to implement production system
- Write a program to perform operations on fuzzy sets.
- Implement a case study on constraint satisfaction problem
- Write a program to implement perceptron model
- Write a case study to show reinforcement learning
Removed Practicals (Old List):
- 2.Write a program to implement tic-tac-toe game
- 3.Write a program to conduct informed search (Should be uninformed)
Course Coordinator: Dr. Narendra Chaudhari
Dept. Of Computer Science & Engg.
Government College of Engineering, Nagpur.