Artificial Intelligence Practicals
1. Write a program to implement Tic Tac Toe game.
2. Write a program to implement 8 Puzzle problem.
3. Write a program to implement Water Jug Problem.
4. Write a program to implement Travelling Salesman Problem.
5. Write a program to implement N Queens Problem.
6. Write a program to implement Tower of Hanoi Problem.
7. Write prolog programs for following problems.
8. Demonstrate Knowledge Base and Query System in prolog.
9. Convert Prolog predicates into Semantic Net.
10. Demonstrate supervised learning using artificial neural network.
Copyright 2018 AIPracticalPrograms by viztushar
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.