Menu bar

Showing posts with label AIMATERIAL. Show all posts
Showing posts with label AIMATERIAL. Show all posts

Wednesday, April 23, 2014

Class Test paper solution

1. Explain and Differentiate Uninformed Search and Informed Search strategies

  • Uninformed
    • BFS
    • DFS
  • Informed
    • Best first search
    • A*
    • Hill climbing
    • Simulated annealing 
    • Etc....

2. Solve the given 8-puzzle problem using hill climbing. (Apply global heuristic function.)

Initial state                       Goal state
2 8 3                                1 2 3
1 6 4                                8   4
7 5                                  7 6 5

8 puzzle using hill climbing



3. Convert following propositional wff into clauses.
¬[((P ∨ ¬Q) -> R) -> (P ∧ R)]

propositional wff to clauses




4. Assume the following Facts:

Rama only likes easy courses.
Engineering Courses are hard.
All the courses in the electrical department are easy.
EE101 is an electrical engineering course.

Use the Resolution to answer the question, “What course would
Rama like?”

Resolution

Sunday, April 13, 2014

AI Material

In this Post i have shared some material regarding Artificial Intelligence.
which includes last year papers, and some ppts
hope it will help you.

To view the material =>Click here

Saturday, April 12, 2014

GUJARAT UNIVERSITY AI PAPER SOLUTIONS

Dear Students,

I found solutions for some of the Artificial intelligence paper from gujarat university.

Hope it might help you understand how much content you should write for a particular question.

And in any case there is no harm in referring them

Here are the links**

DEC-2006

DEC-2007

DEC-2008

DEC-2009


** The links point to some external servers it can become inactive at any time. so i advise you to download if you want to refer them in future.