BSc CS sem 5 Artificial Intelligence Practical solution Download




list of practicals

Practical shall be implemented in Python

1. Implement Breadth first search algorithm for Romanian map problem.


2. Implement Iterative deep depth first search for Romanian map problem.


3. Implement A* search algorithm for Romanian map problem.


4. Implement recursive best-first search algorithm for Romanian map problem.


5. Implement decision tree learning algorithm for the restaurant waiting problem.


6. Implement feed forward back propagation neural network learning algorithm for the restaurant waiting problem.


7. Implement Adaboost ensemble learning algorithm for the restaurant waiting problem.


8. Implement Naive Bayes’ learning algorithm for the restaurant waiting problem.


9. Implement passive reinforcement learning algorithm based on adaptive dynamic programming (ADP) for the 3 by 4 world problem


10. Implement passive reinforcement learning algorithm based on temporal differences (TD) for 3 by 4 world problem