Skip to content

Group4sem2/AI-Lab-Programs

Repository files navigation

Try cool AI projects

https://docs.google.com/document/d/1ZihM2imNhSe2m8owJ0nq8qfkkDqu9gRK/edit?usp=sharing&ouid=113415662626349728249&rtpof=true&sd=true

List of Experiments

  1. 🤩 Write a program to implement Tic-tac-toe considering below given as current state and next turn is ‘X’- using AI approach. OR Write a program to implement Tic-tac-toe using AI approach.

  2. 😜 Write a program to implement Tic-tac-toe considering below given as current state and next turn is ‘X’ - using non-AI approach. OR Write a program to implement Tic-tac-toe using Non-AI approach.

  3. 🤗 Write a program to implement 8-puzzle using misplaced tiles heuristic function. OR Write a program to implement 8-puzzle using Manhattan distance heuristic function OR Write a program to implement 8-puzzle using A* Algorithm heuristic function.

  4. 🤫 Develop a tiny expert system to predict whether a given person has cold and fever using SWI Prolog

  5. 🤐 Develop a tiny expert system to predict fault in computer system using SWI Prolog

  6. 🤭 Develop a tiny expert system to recommend book to a person depending on age, interest, language.

  7. 🤑 Write a program to implement Perceptron learning rule.

  8. 😮‍💨 Design a fuzzy set membership function for a number close to 5

  9. 🤯 Develop a tiny expert system to identify type of animal using SWI Prolog

  10. 🤠 Develop a tiny expert system to identify type of person depending on his gender, age, hobbies, number of contacts using SWI Prolog