Tuesday, 22 February 2011

Artificial Intelligence

1 is_a(hutch, pupil).
2 iq(hutch, 34).
3 is_a(chloe, pupil).
4 iq(chloe, 12).


Queries - examples

?is_a(chloe, pupil). - TRUE
?is_a(hutch, teacher). - FALSE
?is_a(hutch, What). What = pupil
?is_a(Who, pupil). Who = chloe, Who = hutch

Aspects of intelligence
problem solving
adapting to new situations
creativity
ability to learn
reasoning and the ability to explain

definition of intelligence
involves knowing and choosing

definition of AI
the science of making machines do things that if done by humans would require intelligence to do so

why is it hard to define AI

the subject is constantly changing and developing therefore the definition is changing

people see it from different perspectives and backgrounds - biologists, scientists, psychologists ....





No comments:

Post a Comment