List of Practical
1. Study of PROLOG. Write the following programs using PROLOG / LISP
2. Write simple fact for the statements using PROLOG
- Ram likes mango.
- Seema is a girl.
- Bill likes Cindy.
- Rose is red.
- John owns gold.
3. Write predicates, one converts centigrade temperatures to Fahrenheit, the other checks if a temperature is below freezing using PROLOG.
4. Write a program to solve 8 queens problem
5. Solve any problem using depth first search.
6. Solve any problem using best first search.
7. Solve 8-puzzle problem using best first search
8. Solve Robot (traversal) problem using means End Analysis
9. Solve traveling salesman problem.
10. Experiment based on knowledge representation.
11. Experiment based on reasoning
12. Study of Expert System – MYCIN.
No comments:
Post a Comment