Guest User

Untitled

a guest
Jun 23rd, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. AI = the concept of making computers do tasks once considered to require thinking. AI makes computer able to play chess
  2. , recognize handwriting, etc.
  3. With AI, computers could be trained to think like the humans do.
  4. it allos computer to learn from experience, recognize pattern in large amout of complex data , make complex decision based on
  5. human knowldge reasoning skils.
  6.  
  7. branch of ai natural network
  8. expert system
  9.  
  10. prolog
  11. logic programming
  12. prolog stands for computer in logic its an ai tools language that consists of rules and facts we use this rules and facts to query the knowledge.
  13.  
  14. A program is run by presenting some queries and seeing if this can be proved agfainst these rules and facts based on the given knowledge base..
  15.  
  16.  
  17. Prolog structure
  18.  
  19. facts: have a certain number or identify
  20. eg: likes(hanani, Prada)
  21.  
  22. hanani like prada
  23.  
  24. rules: consists of facts or other rules
  25. eg: isHappy(x);
  26.  
  27. healthy(x)
  28. has_wisdom(x)
  29. has_love(x)
  30. has(x,ferrari)
  31.  
  32. RULES AND FACTS to query the knowledge base
  33.  
  34.  
  35.  
  36. ask query about the database: questions asked to check the facts and rules (rules and facts are database in logic server)
  37.  
  38. we teach the computero be able to retrieve data for later queries
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. mdm. hanani
  49.  
  50. nurhanani@uniten.edu.my
  51. 3374
Add Comment
Please, Sign In to add comment