AI_Practicals_Mumbai_University

  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.